Upgrade to latest version

This commit is contained in:
Johann Christensen 2022-03-13 08:57:01 +01:00
parent 77369df603
commit 081d4308c6
No known key found for this signature in database
GPG Key ID: A69C3DF2455331F6
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Docker Setup QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Build the Docker image
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro --tag boostchicken:udmp-podman podman-update/build/
- name: Docker Extract

View File

@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Docker Setup QEMU
uses: docker/setup-qemu-action@v1.2.0
- 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/
- name: Docker Extract