push pipeline
This commit is contained in:
parent
2baf019960
commit
ab8ed0b933
@ -11,6 +11,14 @@ build:
|
|||||||
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
||||||
script:
|
script:
|
||||||
- docker build -t mathwave/sprint-repo:ruz-bot .
|
- docker build -t mathwave/sprint-repo:ruz-bot .
|
||||||
|
|
||||||
|
push:
|
||||||
|
stage: build
|
||||||
|
tags:
|
||||||
|
- dev
|
||||||
|
before_script:
|
||||||
|
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
|
||||||
|
script:
|
||||||
- docker push mathwave/sprint-repo:ruz-bot
|
- docker push mathwave/sprint-repo:ruz-bot
|
||||||
|
|
||||||
.deploy:
|
.deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user