From 49cb7b34690ecde6ae848d40b22caa9faec63a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 07:21:40 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pkg-rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg-rust.yml b/.github/workflows/pkg-rust.yml index 09863f1..3edb2cb 100644 --- a/.github/workflows/pkg-rust.yml +++ b/.github/workflows/pkg-rust.yml @@ -2137,7 +2137,7 @@ jobs: # combined multi-arch image that lacks the architecture specific tag value extension and that will ONLY be # pushed if all architecture specific images build and (where supported) passt he sanity check below. - name: Build Docker image ${{ steps.gen.outputs.image_name }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ inputs.docker_context_path }} file: ${{ inputs.docker_file_path }} @@ -2177,7 +2177,7 @@ jobs: - name: Publish image to Docker Hub id: publish if: ${{ fromJSON(needs.prepare.outputs.has_docker_secrets) == true && (contains(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ inputs.docker_context_path }} file: ${{ inputs.docker_file_path }}