diff --git a/.github/workflows/image-prs.yaml b/.github/workflows/image-prs.yaml index caee34d..8da475c 100644 --- a/.github/workflows/image-prs.yaml +++ b/.github/workflows/image-prs.yaml @@ -48,7 +48,7 @@ jobs: # master branch pushes - name: CI Build ${{ matrix.name }} if: ${{ github.event_name != 'pull_request_target' }} - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc id: docker_build_ci_master with: context: . @@ -70,7 +70,7 @@ jobs: # PR updates - name: CI Build ${{ matrix.name }} if: ${{ github.event_name == 'pull_request_target' }} - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 + 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 70d18c9..31f112f 100644 --- a/.github/workflows/image-release.yaml +++ b/.github/workflows/image-release.yaml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Release Build ${{ matrix.name }} - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc id: docker_build_release with: context: .