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