Update podman-udm.yml

This commit is contained in:
John Dorman
2023-03-07 06:47:59 -08:00
committed by GitHub
parent e87483af94
commit 0a9836b3c3

View File

@ -20,7 +20,7 @@ jobs:
- name: Docker Setup QEMU
uses: docker/setup-qemu-action@v2
- name: Build the Docker image
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro--tag boostchicken:udm-podman podman-update/build/
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Base --tag boostchicken:udm-podman podman-update/build/
- name: Docker Extract
id: extract
uses: boostchicken-dev/actions-docker-extract@v2