From ab0cd6717a1ce5378cc898a896d2f703bd74bde1 Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 15 Mar 2025 10:08:21 +0100 Subject: [PATCH] ci: update docker/build-push-action to version 6 --- .github/workflows/ci_docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml index 9be87f0..2b20e04 100644 --- a/.github/workflows/ci_docker.yml +++ b/.github/workflows/ci_docker.yml @@ -78,7 +78,7 @@ jobs: - name: "Build image (Bookworm/Debian 12) and push to Docker Hub and GitHub Container Registry" id: docker_build_qr_reader_latest - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: platforms: linux/${{ matrix.DOCKER_ARCH }} # 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" id: docker_build_only_txt - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: platforms: linux/${{ matrix.DOCKER_ARCH }} # 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" id: docker_build_bullseye if: github.ref == 'refs/heads/master' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: platforms: linux/${{ matrix.DOCKER_ARCH }} # relative path to the place where source code with Dockerfile is located