From dc9a3765ad309f10a422e7cb5e3c78fb6b64f1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:44:22 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.9.0 to 6.13.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v6.13.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/aws_deploy_staging.yml | 2 +- .github/workflows/deploy_staging.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aws_deploy_staging.yml b/.github/workflows/aws_deploy_staging.yml index 6483f7b97..a2d39b5c9 100644 --- a/.github/workflows/aws_deploy_staging.yml +++ b/.github/workflows/aws_deploy_staging.yml @@ -63,7 +63,7 @@ jobs: - name: Build and push # You may pin to the exact commit or the version. - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.13.0 with: # Build's context is the set of files located in the specified PATH or URL context: src/ diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index c5217a0a4..7674bc87b 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -72,7 +72,7 @@ jobs: - name: Build and push # You may pin to the exact commit or the version. - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.13.0 with: # Build's context is the set of files located in the specified PATH or URL context: src/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d5f61d0de..85f81f0e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,7 +72,7 @@ jobs: - name: Build and push # You may pin to the exact commit or the version. - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.13.0 with: # Build's context is the set of files located in the specified PATH or URL context: src/