From 82c3b5c5d6d1a9863cc8c9f7f16999b98574499d Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 23 Mar 2023 02:54:32 -0700 Subject: [PATCH] Update podman-udmp-udmse.yml --- .github/workflows/podman-udmp-udmse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/podman-udmp-udmse.yml b/.github/workflows/podman-udmp-udmse.yml index 37604d1..960ce06 100644 --- a/.github/workflows/podman-udmp-udmse.yml +++ b/.github/workflows/podman-udmp-udmse.yml @@ -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/ - name: Docker Extract id: extract - uses: boostchicken-dev/actions-docker-extract@v2 + uses: boostchicken-dev/actions-docker-extract@v3 with: # Docker Image to extract files from image: boostchicken:udm-podman # Path (from root) to a file or directory within Image - path: /tmp/install/ + path: /tmp/install/. - name: Generate new tag version id: version