Skip to content

Commit f3dcc40

Browse files
Revert "Mark CI job for image deployments with environment"
This reverts commit 1124de7. We actually do not yet push to Docker Hub, and this is the place where we would need the token.
1 parent 1124de7 commit f3dcc40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ reuse:
242242
- mkdir -p /root/.docker
243243
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
244244
- /kaniko/executor --dockerfile $CI_PROJECT_DIR/$DOCKERFILE --destination $CI_REGISTRY_IMAGE/$IMAGE
245-
environment: deploy/docker
246245
only:
247246
- schedules
248247
- web

0 commit comments

Comments
 (0)