Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 0adf995
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 22, 2025
1 parent 96a2795 commit 979db2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
images: workleap/eventgridemulator

- name: Docker build
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
with:
context: ./src
file: ./src/EventGridEmulator/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
images: workleap/eventgridemulator

- name: Docker build and push
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
with:
context: ./src
file: ./src/EventGridEmulator/Dockerfile
Expand Down

0 comments on commit 979db2f

Please sign in to comment.