ci(gitlab-ci): fix release needs

This commit is contained in:
Sarah Vaupel 2024-08-26 15:53:21 +02:00
parent 5471a99475
commit db519d3bcf

View File

@ -192,7 +192,7 @@ release:container:
# - skopeo --insecure-policy copy --src-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" --dest-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" docker://${CI_REGISTRY_IMAGE}:${VERSION} docker://${CI_REGISTRY_IMAGE}:latest # - skopeo --insecure-policy copy --src-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" --dest-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" docker://${CI_REGISTRY_IMAGE}:${VERSION} docker://${CI_REGISTRY_IMAGE}:latest
needs: needs:
- frontend # sanity - frontend # sanity
- backend # sanity - backend:prod # sanity
- release:changelog - release:changelog
rules: *release-rules rules: *release-rules
@ -210,7 +210,7 @@ release:release:
description: .current-changelog.md description: .current-changelog.md
needs: needs:
- frontend # sanity - frontend # sanity
- backend # sanity - backend:prod # sanity
- release:container - release:container
- release:changelog - release:changelog
retry: 0 retry: 0