diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index d4dec8825a6c..4ca69ff35ee0 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -530,7 +530,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . # So action will not pull the repository again file: ./script/hassfest/docker/Dockerfile @@ -543,7 +543,7 @@ jobs: - name: Push Docker image if: needs.init.outputs.channel != 'dev' && needs.init.outputs.publish == 'true' id: push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . # So action will not pull the repository again file: ./script/hassfest/docker/Dockerfile