diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 1645bf26..64f5ce96 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -68,7 +68,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }} - name: Build and push Docker image if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request' - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v5 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v5 with: context: images/${{ matrix.image }} push: ${{ github.event_name != 'pull_request' }}