Skip to content

Commit

Permalink
Update docker/build-push-action digest to 4f7cdeb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent a46fbfc commit 86e7af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6
uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6
with:
context: .
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6
uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6
with:
context: .
push: true
Expand Down

0 comments on commit 86e7af2

Please sign in to comment.