Update
This commit is contained in:
parent
a6ae220ff9
commit
90e1ff1cec
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ docker-build:
|
|||
image: docker:stable
|
||||
stage: build
|
||||
script:
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
|
||||
- docker pull registry.gitlab.com/confreriedukassoulait/twitchbot:latest || true
|
||||
- docker build --cache-from registry.gitlab.com/confreriedukassoulait/twitchbot:latest -t twitchbot .
|
||||
|
||||
|
|
Loading…
Reference in a new issue