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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the Docker image
|
- 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
|
- name: Docker Extract
|
||||||
id: extract
|
id: extract
|
||||||
uses: boostchicken-dev/actions-docker-extract@v2
|
uses: boostchicken-dev/actions-docker-extract@v2
|
||||||
@ -31,4 +31,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ steps.extract.outputs.destination }}
|
path: ${{ steps.extract.outputs.destination }}
|
||||||
name: podman-install.zip
|
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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the Docker image
|
- 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
|
- 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