diff --git a/.github/workflows/build-and-push-container.yml b/.github/workflows/build-and-push-container.yml index 2fb46e0..c7154f5 100644 --- a/.github/workflows/build-and-push-container.yml +++ b/.github/workflows/build-and-push-container.yml @@ -27,7 +27,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 with: context: . file: caddy.dockerfile diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 1b38766..e9ffcae 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -25,7 +25,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 with: context: . file: caddy.dockerfile