From e59ac0415d58d9ed8c31a3067a294f777f310536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:33:32 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.2.0 to 4.2.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 d66c80632..554ce41a5 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@v4.2.0 + uses: docker/build-push-action@v4.2.1 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 b4f381e91..9f73eef73 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@v4.2.0 + uses: docker/build-push-action@v4.2.1 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 ffa5fe45b..a8dd3ba2e 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@v4.2.0 + uses: docker/build-push-action@v4.2.1 with: # Build's context is the set of files located in the specified PATH or URL context: src/