Update podman-udmp-udmse.yml

This commit is contained in:
John Dorman 2023-03-23 02:54:32 -07:00 committed by GitHub
parent 8ea5389005
commit 82c3b5c5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,12 +23,12 @@ jobs:
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro-SE --tag boostchicken:udm-podman podman-update/build/ run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro-SE --tag boostchicken:udm-podman podman-update/build/
- name: Docker Extract - name: Docker Extract
id: extract id: extract
uses: boostchicken-dev/actions-docker-extract@v2 uses: boostchicken-dev/actions-docker-extract@v3
with: with:
# Docker Image to extract files from # Docker Image to extract files from
image: boostchicken:udm-podman image: boostchicken:udm-podman
# Path (from root) to a file or directory within Image # Path (from root) to a file or directory within Image
path: /tmp/install/ path: /tmp/install/.
- name: Generate new tag version - name: Generate new tag version
id: version id: version