From 582d9325fcba0afb834057742e2d025152c6d660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:48:33 -0700 Subject: [PATCH] Bump docker/build-push-action from 6.0.2 to 6.1.0 (#1803) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Burnett <18027+burnettk@users.noreply.github.com> --- .github/workflows/build_docker_images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_docker_images.yml b/.github/workflows/build_docker_images.yml index b3df5b4e..8e3f2a25 100644 --- a/.github/workflows/build_docker_images.yml +++ b/.github/workflows/build_docker_images.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@v6.0.2 + uses: docker/build-push-action@v6.1.0 with: # this action doesn't seem to respect working-directory so set context context: spiffworkflow-frontend @@ -134,7 +134,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@v6.0.2 + uses: docker/build-push-action@v6.1.0 with: # this action doesn't seem to respect working-directory so set context context: spiffworkflow-backend @@ -188,7 +188,7 @@ jobs: type=ref,event=tag,enable=true,format=latest - name: Build and push the connector proxy - uses: docker/build-push-action@v6.0.2 + uses: docker/build-push-action@v6.1.0 with: # this action doesn't seem to respect working-directory so set context context: connector-proxy-demo