updating build step tags
This commit is contained in:
parent
1b90b8c4a5
commit
bd462d19aa
@ -18,7 +18,7 @@ linting_python:
|
||||
only:
|
||||
- /.*/
|
||||
tags:
|
||||
- docker
|
||||
- python
|
||||
|
||||
building_docker_container:
|
||||
stage: build
|
||||
@ -26,6 +26,8 @@ building_docker_container:
|
||||
- docker build -t ldooks/dragon-bot:latest .
|
||||
only:
|
||||
- master
|
||||
tags:
|
||||
- docker
|
||||
|
||||
pushing_docker_container:
|
||||
stage: deploy
|
||||
@ -34,3 +36,5 @@ pushing_docker_container:
|
||||
- docker push ldooks/dragon-bot:latest
|
||||
only:
|
||||
- master
|
||||
tags:
|
||||
- docker
|
Loading…
x
Reference in New Issue
Block a user