From 28ba380fb0d3787174048481d9e03654f255ec1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:01:20 +0000 Subject: [PATCH] Build(deps): Bump docker/build-push-action from 6.7.0 to 6.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.7.0...v6.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 98d92f6b..ac409fdd 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -421,7 +421,7 @@ jobs: echo "tag=$tag" >> $GITHUB_OUTPUT - name: Build & push container - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.10.0 with: build-args: | AWS_CLI_VERSION=${{ env.AWS_CLI_VERSION }}