Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
VermiumSifell committed Sep 28, 2023
1 parent a2febc8 commit 3096649
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 @@ -42,5 +42,5 @@ docker:
- docker build -t zyner/xyter:latest .
- docker push zyner/xyter:latest
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY/group/project/image:latest .
- docker push $CI_REGISTRY/group/project/image:latest
- docker build -t $CI_REGISTRY/zyner/xyter/bot:latest .
- docker push $CI_REGISTRY/zyner/xyter/bot:latest

0 comments on commit 3096649

Please sign in to comment.