We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb99973 commit f7920caCopy full SHA for f7920ca
1 file changed
.github/workflows/docker-push.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
push: ${{ github.event_name == 'push' }}
30
tags: cptml/subzero:latest
31
+ push: ${{ github.event_name != 'pull_request' }}
32
-
33
name: Image digest
34
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments