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
41bf32c314
commit
a828663290
4
.github/workflows/podman-udmp.yml
vendored
4
.github/workflows/podman-udmp.yml
vendored
@ -16,13 +16,13 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build --file podman-update/build/Dockerfile --tag boostchicken:udmp-podman podman-update/build/
|
||||
- name: Docker Extract
|
||||
- name: extract
|
||||
uses: shrink/actions-docker-extract@v1
|
||||
with:
|
||||
# Docker Image to extract files from
|
||||
image: boostchicken:udmp-podman
|
||||
# Path (from root) to a file or directory within Image
|
||||
path: /tmp/release/.
|
||||
path: /tmp/release/podman-install.zip
|
||||
- name: Upload Podman Install
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user