mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-12 17:59:48 +01:00
ci: update docker/build-push-action to version 6
This commit is contained in:
6
.github/workflows/ci_docker.yml
vendored
6
.github/workflows/ci_docker.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "Build image (Bookworm/Debian 12) and push to Docker Hub and GitHub Container Registry"
|
- name: "Build image (Bookworm/Debian 12) and push to Docker Hub and GitHub Container Registry"
|
||||||
id: docker_build_qr_reader_latest
|
id: docker_build_qr_reader_latest
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
platforms: linux/${{ matrix.DOCKER_ARCH }}
|
platforms: linux/${{ matrix.DOCKER_ARCH }}
|
||||||
# relative path to the place where source code with Dockerfile is located
|
# relative path to the place where source code with Dockerfile is located
|
||||||
@@ -202,7 +202,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "only_txt: Build image and push to Docker Hub and GitHub Container Registry"
|
- name: "only_txt: Build image and push to Docker Hub and GitHub Container Registry"
|
||||||
id: docker_build_only_txt
|
id: docker_build_only_txt
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
platforms: linux/${{ matrix.DOCKER_ARCH }}
|
platforms: linux/${{ matrix.DOCKER_ARCH }}
|
||||||
# relative path to the place where source code with Dockerfile is located
|
# relative path to the place where source code with Dockerfile is located
|
||||||
@@ -329,7 +329,7 @@ jobs:
|
|||||||
- name: "Build image from Bullseye (Debian 11) and push to GitHub Container Registry"
|
- name: "Build image from Bullseye (Debian 11) and push to GitHub Container Registry"
|
||||||
id: docker_build_bullseye
|
id: docker_build_bullseye
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
platforms: linux/${{ matrix.DOCKER_ARCH }}
|
platforms: linux/${{ matrix.DOCKER_ARCH }}
|
||||||
# relative path to the place where source code with Dockerfile is located
|
# relative path to the place where source code with Dockerfile is located
|
||||||
|
|||||||
Reference in New Issue
Block a user