Skip to content

Commit f7920ca

Browse files
authored
Attempting to fix github workflow
1 parent fb99973 commit f7920ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
push: ${{ github.event_name == 'push' }}
3030
tags: cptml/subzero:latest
31+
push: ${{ github.event_name != 'pull_request' }}
3132
-
3233
name: Image digest
3334
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)