Skip to content

Commit

Permalink
CLEANUP/MINOR: ci: remove deprecated gitlab token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Jan 17, 2024
1 parent fc818fb commit ff35846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ test:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'push'
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
- docker pull -q $CI_REGISTRY_GO/golang:$GO_VERSION-alpine
- docker image tag $CI_REGISTRY_GO/golang:$GO_VERSION-alpine golang:$GO_VERSION-alpine
- docker pull -q $CI_REGISTRY_GO/haproxy-alpine:$HAPROXY_VERSION
Expand Down

0 comments on commit ff35846

Please sign in to comment.