From 78f9cb64f0c8b24fb4cedc94ee0793747dbdfc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:20:33 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 5.4.0 to 6.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ca052bb54ab0790a636c9b5f226502c73d547a25...31159d49c0d4756269a0940a750801a1ea5d7003) --- 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/qns.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index 95c42aebdd..efbf2c159c 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -53,7 +53,7 @@ jobs: # set latest tag for default branch type=raw,value=latest,enable={{is_default_branch}} - - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 if: github.event_name != 'pull_request' with: push: true @@ -64,7 +64,7 @@ jobs: cache-to: type=gha,mode=max platforms: 'linux/amd64, linux/arm64' - - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + - uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 id: docker_build_and_push with: tags: ${{ steps.meta.outputs.tags }}