Update podman-udmse.yml

This commit is contained in:
John Dorman 2022-11-26 17:51:21 -08:00 committed by GitHub
parent c2a701376d
commit c5ce555d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
paths:
- 'podman-update/build/Dockerfile.Se'
- 'podman-update/build/Dockerfile'
pull_request:
paths:
- 'podman-update/build/Dockerfile.Se'
- 'podman-update/build/Dockerfile'
jobs:
@ -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-SE --tag boostchicken:udm-podman podman-update/build/
- name: Docker Extract
id: extract
uses: boostchicken-dev/actions-docker-extract@v2