Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Change gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
JustHumanz committed Mar 13, 2021
1 parent 2788ecb commit 81e4052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ build migrate:
- docker pull $BASEIMAGE
- docker tag $BASEIMAGE go-simp
- docker build -t migrate $CI_PROJECT_DIR/service/migrate
- docker tag migrate "$CI_REGISTRY_IMAGE"/migrate:"$CI_COMMIT_TAG"
- docker push "$CI_REGISTRY_IMAGE"/migrate:"$CI_COMMIT_TAG"
- docker tag migrate "$CI_REGISTRY_IMAGE"/migrate
- docker push "$CI_REGISTRY_IMAGE"/migrate
tags:
- docker
- gce
Expand Down

0 comments on commit 81e4052

Please sign in to comment.