Skip to content

Commit

Permalink
Fix docker tagging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yureien committed Jun 17, 2023
1 parent 2771de9 commit cb18d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ release:
- docker login --username yureien --password "$DOCKERHUB_PASSWORD" docker.io
- docker tag "$DOCKER_IMAGE_SOURCE_TAG" index.docker.io/yureien/yabin:$CI_COMMIT_SHORT_SHA
- docker push index.docker.io/yureien/yabin:$CI_COMMIT_SHORT_SHA
- docker tag index.docker.io/yureien/yabin:$CI_COMMIT_SHORT_SHA index.docker.io/yureien/yabin:latest
- docker push index.docker.io/yureien/yabin:latest
only:
- main
Expand Down

0 comments on commit cb18d64

Please sign in to comment.