Skip to content

Commit

Permalink
Merge branch '752-docker-login' into 'master'
Browse files Browse the repository at this point in the history
Resolve "docker login の失敗の修正"

Closes #752

See merge request ricos/monolish!512
  • Loading branch information
fockl committed Aug 30, 2024
2 parents ceb3b28 + 0c507a3 commit 0a2df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extends:
- .release
script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker login -u ricos-info -p ${RICOS_GITHUB_CLASSIC} ghcr.io/ricosjp
- docker-compose build
- docker-compose push
Expand Down

0 comments on commit 0a2df91

Please sign in to comment.