Skip to content

Commit

Permalink
Update docker/build-push-action digest to 4e4ee68
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2023
1 parent 47fc0ac commit 0fb55ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-default.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 and push Docker image
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4
uses: docker/build-push-action@4e4ee680f69700760d5620a94c020aef883043aa # v4
with:
context: .
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-main.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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4
uses: docker/build-push-action@4e4ee680f69700760d5620a94c020aef883043aa # v4
with:
context: .
push: true
Expand Down

0 comments on commit 0fb55ab

Please sign in to comment.