Skip to content
Snippets Groups Projects
Verified Commit fa2ab8c3 authored by Kay Effenberger's avatar Kay Effenberger
Browse files

fix(DOCKER): FIX CI

parent 4a587f8f
No related branches found
No related tags found
1 merge request!38refactor(DOCKER): Use main tag and main-commit-sha for pushing to docker hub
Pipeline #7242 failed
...@@ -233,10 +233,11 @@ docker-push: ...@@ -233,10 +233,11 @@ docker-push:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_PROTECTED =~ "true" - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_PROTECTED =~ "true"
exists: exists:
- Dockerfile - Dockerfile
release_job: release_job:
stage: release stage: release
needs: needs:
- dashboard-docker-push - docker-push
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
rules: *release-rules rules: *release-rules
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment