Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 94f8f8c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jp7677 committed Jun 19, 2024
1 parent 7ab8e57 commit cea231a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: build/install

- name: Build container image
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
with:
push: false
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: build/distributions

- name: Build and publish container image
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
id: build_push
with:
push: true
Expand Down

0 comments on commit cea231a

Please sign in to comment.