We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404c767 commit b34634fCopy full SHA for b34634f
.github/workflows/images.yaml
@@ -62,7 +62,7 @@ jobs:
62
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}
63
- name: Build and push Docker image
64
if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request'
65
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
+ uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
66
with:
67
context: images/${{ matrix.image }}
68
push: ${{ github.event_name != 'pull_request' }}
0 commit comments