Skip to content

Commit

Permalink
Revert "Mark CI job for image deployments with environment"
Browse files Browse the repository at this point in the history
This reverts commit 1124de7.

We actually do not yet push to Docker Hub,
and this is the place where we would need the token.
  • Loading branch information
PhilippWendler committed Dec 17, 2024
1 parent 1124de7 commit f3dcc40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ reuse:
- mkdir -p /root/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --dockerfile $CI_PROJECT_DIR/$DOCKERFILE --destination $CI_REGISTRY_IMAGE/$IMAGE
environment: deploy/docker
only:
- schedules
- web
Expand Down

0 comments on commit f3dcc40

Please sign in to comment.