Skip to content

Commit 0a2df91

Browse files
committed
Merge branch '752-docker-login' into 'master'
Resolve "docker login の失敗の修正" Closes #752 See merge request ricos/monolish!512
2 parents ceb3b28 + 0c507a3 commit 0a2df91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
extends:
77
- .release
88
script:
9-
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
9+
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
1010
- docker login -u ricos-info -p ${RICOS_GITHUB_CLASSIC} ghcr.io/ricosjp
1111
- docker-compose build
1212
- docker-compose push

0 commit comments

Comments
 (0)