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 efbb61c commit 6efaaf8Copy full SHA for 6efaaf8
.github/workflows/_containerTemplate.yml
@@ -96,7 +96,7 @@ jobs:
96
with:
97
context: ${{ inputs.working_directory }}
98
file: ${{ inputs.working_directory }}/Dockerfile
99
- push: ${{ github.event_name != 'pull_request' }}
+ push: true # ${{ github.event_name != 'pull_request' }}
100
tags: ${{ steps.metadata.outputs.tags }}
101
labels: ${{ steps.metadata.outputs.labels }}
102
cache-from: type=gha
0 commit comments