diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 1fdc71d9..13f6d947 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -65,7 +65,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@0565240e2d4ab88bba5387d719585280857ece09 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 with: context: images/${{ matrix.image }} push: ${{ github.event_name != 'pull_request' }}