Skip to content

Commit 920905a

Browse files
committed
CI: Only sync old images after build
The new format (without distro & type in the name) is only used from Zed.
1 parent ac86491 commit 920905a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ jobs:
221221
container-sync.yml \
222222
--repo stackhpc/stackhpc-release-train \
223223
--ref main \
224-
-f filter="$filter"
224+
-f filter="$filter" \
225+
-f sync-new-images=false
225226
env:
226227
GITHUB_TOKEN: ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}
227228

0 commit comments

Comments
 (0)