diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 19d259d3..d0683c4f 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@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 with: context: images/${{ matrix.image }} push: ${{ github.event_name != 'pull_request' }}