Skip to content

Commit

Permalink
Update docker/build-push-action digest to 2dbe91d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 8536881 commit bb96120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
images: ghcr.io/domnikl/grooveguessr

- name: Build and push Docker image
uses: docker/build-push-action@9f6f8c940b91232557f8699b21341a08624a8dce
uses: docker/build-push-action@2dbe91db48e489c125002fbd97678eaf1e0e563e
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
images: ghcr.io/domnikl/grooveguessr

- name: Build and push Docker image
uses: docker/build-push-action@9f6f8c940b91232557f8699b21341a08624a8dce
uses: docker/build-push-action@2dbe91db48e489c125002fbd97678eaf1e0e563e
with:
context: .
push: true
Expand Down

0 comments on commit bb96120

Please sign in to comment.