Skip to content

Commit 6efaaf8

Browse files
committed
Test container push
1 parent efbb61c commit 6efaaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_containerTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
context: ${{ inputs.working_directory }}
9898
file: ${{ inputs.working_directory }}/Dockerfile
99-
push: ${{ github.event_name != 'pull_request' }}
99+
push: true # ${{ github.event_name != 'pull_request' }}
100100
tags: ${{ steps.metadata.outputs.tags }}
101101
labels: ${{ steps.metadata.outputs.labels }}
102102
cache-from: type=gha

0 commit comments

Comments
 (0)