Update the run command to utilize the new tag.

This commit is contained in:
Johann Christensen 2022-02-24 09:28:09 +01:00 committed by GitHub
parent 715c6292c7
commit bed390e4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: UDMP Podman
name: UDM-Pro Podman
on:
workflow_dispatch:
@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build --file podman-update/build/Dockerfile --tag boostchicken:udmp-podman podman-update/build/
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro --tag boostchicken:udmp-podman podman-update/build/
- name: Docker Extract
id: extract
uses: boostchicken-dev/actions-docker-extract@v2
@ -31,4 +31,4 @@ jobs:
with:
path: ${{ steps.extract.outputs.destination }}
name: podman-install.zip

View File

@ -1,4 +1,4 @@
name: UDMPSE Podman
name: UDM-SE Podman
on:
workflow_dispatch:
@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build --file podman-update/build/Dockerfile.Se --tag boostchicken:udm-podman podman-update/build/
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro --tag boostchicken:udm-podman podman-update/build/
- name: Docker Extract
id: extract
uses: boostchicken-dev/actions-docker-extract@v2