diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d709a3d..d7b3050 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -73,7 +73,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/image-prs.yaml b/.github/workflows/image-prs.yaml index c39c6a9..bd51ec5 100644 --- a/.github/workflows/image-prs.yaml +++ b/.github/workflows/image-prs.yaml @@ -59,7 +59,7 @@ jobs: # master branch pushes - name: CI Build ${{ matrix.name }} if: ${{ github.event_name != 'pull_request_target' }} - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc id: docker_build_ci_master with: context: . @@ -81,7 +81,7 @@ jobs: # PR updates - name: CI Build ${{ matrix.name }} if: ${{ github.event_name == 'pull_request_target' }} - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc id: docker_build_ci_pr with: context: . diff --git a/.github/workflows/image-release.yaml b/.github/workflows/image-release.yaml index 4ac9a01..8ef399e 100644 --- a/.github/workflows/image-release.yaml +++ b/.github/workflows/image-release.yaml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Release Build ${{ matrix.name }} - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc id: docker_build_release with: context: .