mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update the run command to utilize the new tag.
This commit is contained in:
parent
715c6292c7
commit
bed390e4a5
6
.github/workflows/podman-udmp.yml
vendored
6
.github/workflows/podman-udmp.yml
vendored
@ -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
|
||||
|
||||
|
||||
|
4
.github/workflows/podman-udmse.yml
vendored
4
.github/workflows/podman-udmse.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user