Finalized CI
This commit is contained in:
parent
8389269653
commit
663b405673
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ pipeline:
|
|||
- docker buildx build --no-cache -t dev.cat-enby.club/nikurasu/static-hoster:latest -t dev.cat-enby.club/nikurasu/static-hoster:v$CI_COMMIT_TAG -f dev/docker/images/production/Dockerfile .
|
||||
- docker login -u $USER -p $PASSWORD dev.cat-enby.club
|
||||
- docker push dev.cat-enby.club/nikurasu/static-hoster:latest
|
||||
- docker push dev.cat-enby.club/nikurasu/static-hoster:v$CI_COMMIT_TAG
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue