Skip to content

Commit

Permalink
docker login was not working anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerskk committed Feb 1, 2024
1 parent 2f69d96 commit b3c7a49
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 @@ -26,6 +26,6 @@ publish:
script:
- ls -lah
- docker build -t $TAG_COMMIT -t $TAG_LATEST .
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $TAG_COMMIT
- docker push $TAG_LATEST

0 comments on commit b3c7a49

Please sign in to comment.