From 0e4e5e543c5d634564b04759857433bb692a50ab Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Tue, 7 Mar 2023 06:48:31 -0800 Subject: [PATCH] Update podman-udmp-udmse.yml --- .github/workflows/podman-udmp-udmse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/podman-udmp-udmse.yml b/.github/workflows/podman-udmp-udmse.yml index e6e6180..37a1da0 100644 --- a/.github/workflows/podman-udmp-udmse.yml +++ b/.github/workflows/podman-udmp-udmse.yml @@ -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-SE --tag boostchicken:udm-podman podman-update/build/ + 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