We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f2254 commit 8483dfdCopy full SHA for 8483dfd
1 file changed
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
153
# Whether to sync 3rd-party images to GHCR and ECR
154
# sync-images: '${{ steps.get-sync-images.outputs.result }}'
155
- sync-images: '0'
+ sync-images: '1'
156
157
# Tag for GHCR images. The repo is shared between all environments, so use tags to distinguish.
158
image-tag: ${{ (github.ref_name == 'main' && 'test') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'latest') || github.ref_name }}
0 commit comments