From e0263f68cee067febfadb1ece18a6c7189f9ca20 Mon Sep 17 00:00:00 2001 From: John D <427295+boostchicken@users.noreply.github.com> Date: Thu, 26 Aug 2021 22:18:41 -0700 Subject: [PATCH] Update podman-udmp.yml --- .github/workflows/podman-udmp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/podman-udmp.yml b/.github/workflows/podman-udmp.yml index 800499a..321ba87 100644 --- a/.github/workflows/podman-udmp.yml +++ b/.github/workflows/podman-udmp.yml @@ -16,7 +16,8 @@ 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: extract + - name: Docker Extract + id: extract uses: shrink/actions-docker-extract@v1 with: # Docker Image to extract files from