fix docker build

This commit is contained in:
Mylloon 2021-07-27 22:53:53 +02:00
parent 5cb605b6be
commit 1f5179ca4d

View file

@ -17,6 +17,6 @@ docker-build:
image: docker:stable image: docker:stable
stage: build stage: build
script: script:
- docker build - docker build .
- docker tag registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:${CI_COMMIT_SHORT_SHA} - docker tag registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:${CI_COMMIT_SHORT_SHA}
- docker push registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:${CI_COMMIT_SHORT_SHA} - docker push registry.gitlab.com/ConfrerieDuKassoulait/TwitchBot:${CI_COMMIT_SHORT_SHA}