We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f9190 commit acdc2a4Copy full SHA for acdc2a4
1 file changed
.gitlab-ci.yml
@@ -63,7 +63,7 @@ audit:
63
services:
64
- docker:27-dind
65
before_script:
66
- - docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
+ - docker login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
67
68
build-api:
69
extends: .docker-build
@@ -134,7 +134,7 @@ scan-cli:
134
rules:
135
- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+/
136
137
138
139
push-api:
140
extends: .docker-push
0 commit comments