Bump docker/build-push-action from 6.6.1 to 6.7.0 (#2055)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-23 15:14:14 +00:00 committed by GitHub
parent 7d4a4adde6
commit 311ffefb8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,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.6.1
uses: docker/build-push-action@v6.7.0
with:
# this action doesn't seem to respect working-directory so set context
context: spiffworkflow-frontend
@ -135,7 +135,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.6.1
uses: docker/build-push-action@v6.7.0
with:
# this action doesn't seem to respect working-directory so set context
context: spiffworkflow-backend
@ -189,7 +189,7 @@ jobs:
type=ref,event=tag,enable=true,format=latest
- name: Build and push the connector proxy
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
# this action doesn't seem to respect working-directory so set context
context: connector-proxy-demo