Update podman-udmp.yml

This commit is contained in:
John D 2021-08-26 07:40:03 -07:00 committed by GitHub
parent 2daad5cd9a
commit b95a06fe79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build the Docker image - name: Build the Docker image
run: docker build ./podman-update/build/ --file Dockerfile --tag boostchicken:udmp-podman-$(date +%s) run: docker build --file podman-update/build/Dockerfile --tag boostchicken:udmp-podman-$(date +%s) podman-update/build/
- name: Docker Extract - name: Docker Extract
uses: shrink/actions-docker-extract@v1 uses: shrink/actions-docker-extract@v1
with: with: