From b5b18f6f1ccc5835a7474d7fa0b70aec8ad21bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:03:33 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.0.0 to 5.1.0 (#1009) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker_image_for_main_builds.yml | 6 +++--- .github/workflows/release_builds.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker_image_for_main_builds.yml b/.github/workflows/docker_image_for_main_builds.yml index 1863ae0b..28bccc13 100644 --- a/.github/workflows/docker_image_for_main_builds.yml +++ b/.github/workflows/docker_image_for_main_builds.yml @@ -78,7 +78,7 @@ jobs: working-directory: spiffworkflow-frontend run: echo "$DOCKER_METADATA_OUTPUT_JSON" | jq '.labels' > version_info.json - name: Build and push Frontend Docker image - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.1.0 with: # this action doesn't seem to respect working-directory so set context context: spiffworkflow-frontend @@ -132,7 +132,7 @@ jobs: working-directory: spiffworkflow-backend run: echo "$DOCKER_METADATA_OUTPUT_JSON" | jq '.labels' > version_info.json - name: Build and push Backend Docker image - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.1.0 with: # this action doesn't seem to respect working-directory so set context context: spiffworkflow-backend @@ -184,7 +184,7 @@ jobs: type=ref,event=branch,suffix=-${{ steps.date.outputs.date }}-${{ steps.commit_sha.outputs.sha_short }} - name: Build and push the connector proxy - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.1.0 with: # this action doesn't seem to respect working-directory so set context context: connector-proxy-demo diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index 5523f503..ee32bd12 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -32,7 +32,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Frontend Docker image - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.1.0 with: # this action doesn't seem to respect working-directory so set context context: spiffworkflow-frontend @@ -68,7 +68,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Backend Docker image - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.1.0 with: # this action doesn't seem to respect working-directory so set context context: spiffworkflow-backend @@ -105,7 +105,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push the connector proxy - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.1.0 with: # this action doesn't seem to respect working-directory so set context context: connector-proxy-demo