mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update podman-udmse.yml
This commit is contained in:
parent
c2a701376d
commit
c5ce555d5b
6
.github/workflows/podman-udmse.yml
vendored
6
.github/workflows/podman-udmse.yml
vendored
@ -4,10 +4,10 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'podman-update/build/Dockerfile.Se'
|
- 'podman-update/build/Dockerfile'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'podman-update/build/Dockerfile.Se'
|
- 'podman-update/build/Dockerfile'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Docker Setup QEMU
|
- name: Docker Setup QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Build the Docker image
|
- 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
|
- name: Docker Extract
|
||||||
id: extract
|
id: extract
|
||||||
uses: boostchicken-dev/actions-docker-extract@v2
|
uses: boostchicken-dev/actions-docker-extract@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user