Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Update docker/build-push-action action to v6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and finn-block committed Oct 10, 2024
1 parent 83ff654 commit fbcca20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pfi-exemplar-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
type=sha
- name: Build and push container image
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: javascript/tbdex-pfi-exemplar
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vc-to-dwn-server-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
type=sha
- name: Build and push container image
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: javascript/vc-to-dwn-server
push: true
Expand Down

0 comments on commit fbcca20

Please sign in to comment.