Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.2.0 to 6.3.0 (sartography#1870)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.2.0...v6.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent bc3eaa6 commit 2afdf7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
uses: docker/build-push-action@v6.3.0
with:
# this action doesn't seem to respect working-directory so set context
context: spiffworkflow-frontend
Expand Down Expand Up @@ -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.2.0
uses: docker/build-push-action@v6.3.0
with:
# this action doesn't seem to respect working-directory so set context
context: spiffworkflow-backend
Expand Down Expand Up @@ -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.2.0
uses: docker/build-push-action@v6.3.0
with:
# this action doesn't seem to respect working-directory so set context
context: connector-proxy-demo
Expand Down

0 comments on commit 2afdf7b

Please sign in to comment.