ci(gitlab-ci): fix release needs
This commit is contained in:
parent
5471a99475
commit
db519d3bcf
@ -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
|
||||
needs:
|
||||
- frontend # sanity
|
||||
- backend # sanity
|
||||
- backend:prod # sanity
|
||||
- release:changelog
|
||||
rules: *release-rules
|
||||
|
||||
@ -210,7 +210,7 @@ release:release:
|
||||
description: .current-changelog.md
|
||||
needs:
|
||||
- frontend # sanity
|
||||
- backend # sanity
|
||||
- backend:prod # sanity
|
||||
- release:container
|
||||
- release:changelog
|
||||
retry: 0
|
||||
|
||||
Reference in New Issue
Block a user