diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 8a3ee93caa6a..0dcafe73bc93 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -538,7 +538,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker image - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: . # So action will not pull the repository again file: ./script/hassfest/docker/Dockerfile @@ -551,7 +551,7 @@ jobs: - name: Push Docker image if: needs.init.outputs.channel != 'dev' && needs.init.outputs.publish == 'true' id: push - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: . # So action will not pull the repository again file: ./script/hassfest/docker/Dockerfile