Skip to content

Commit 8483dfd

Browse files
committed
Sync images
1 parent 72f2254 commit 8483dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152

153153
# Whether to sync 3rd-party images to GHCR and ECR
154154
# sync-images: '${{ steps.get-sync-images.outputs.result }}'
155-
sync-images: '0'
155+
sync-images: '1'
156156

157157
# Tag for GHCR images. The repo is shared between all environments, so use tags to distinguish.
158158
image-tag: ${{ (github.ref_name == 'main' && 'test') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'latest') || github.ref_name }}

0 commit comments

Comments
 (0)