Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/build-push-action from 6.9.0 to 6.10.0 #2161

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
uses: docker/build-push-action@v6.10.0
with:
# this action doesn't seem to respect working-directory so set context
context: spiffworkflow-frontend
Expand Down Expand Up @@ -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.9.0
uses: docker/build-push-action@v6.10.0
with:
# this action doesn't seem to respect working-directory so set context
context: spiffworkflow-backend
Expand Down Expand Up @@ -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.9.0
uses: docker/build-push-action@v6.10.0
with:
# this action doesn't seem to respect working-directory so set context
context: connector-proxy-demo
Expand Down