Skip to content

Commit b72e108

Browse files
Disable syncing to DockerHub and ECR temporary
1 parent 865283c commit b72e108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/ci/release.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ stable sync docker images:
249249
- stable docker images
250250
- stable helper docker images
251251
variables:
252-
PUSH_TO_DOCKER_HUB: "true"
253-
PUSH_TO_ECR_PUBLIC: "true"
252+
PUSH_TO_DOCKER_HUB: "false"
253+
PUSH_TO_ECR_PUBLIC: "false"
254254

255255
stable gitlab release:
256256
stage: postrelease

0 commit comments

Comments
 (0)