Skip to content

Commit 8f9dfbd

Browse files
Update docker/build-push-action digest to f9f3042
1 parent 9577aeb commit 8f9dfbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}
2929
- name: Build and push
30-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
30+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
3131
with:
3232
context: .
3333
file: caddy.dockerfile

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
username: ${{ secrets.DOCKERHUB_USERNAME }}
2626
password: ${{ secrets.DOCKERHUB_TOKEN }}
2727
- name: Build and push
28-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
28+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
2929
with:
3030
context: .
3131
file: caddy.dockerfile

0 commit comments

Comments
 (0)