mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update podman-udmp.yml
This commit is contained in:
parent
7214d142da
commit
ce3cd37969
4
.github/workflows/podman-udmp.yml
vendored
4
.github/workflows/podman-udmp.yml
vendored
@ -15,12 +15,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build --file podman-update/build/Dockerfile --tag boostchicken:udmp-podman-$(date +%s) podman-update/build/
|
run: docker build --file podman-update/build/Dockerfile --tag boostchicken:udmp-podman podman-update/build/
|
||||||
- name: Docker Extract
|
- name: Docker Extract
|
||||||
uses: shrink/actions-docker-extract@v1
|
uses: shrink/actions-docker-extract@v1
|
||||||
with:
|
with:
|
||||||
# Docker Image to extract files from
|
# Docker Image to extract files from
|
||||||
image: boostchicken:udmp-podman-$(date +%s)
|
image: boostchicken:udmp-podman
|
||||||
# Path (from root) to a file or directory within Image
|
# Path (from root) to a file or directory within Image
|
||||||
path: /tmp/release/.
|
path: /tmp/release/.
|
||||||
- name: Upload Podman Install
|
- name: Upload Podman Install
|
||||||
|
Loading…
Reference in New Issue
Block a user