This commit is contained in:
parent
84504a135e
commit
a06295f4de
@ -20,7 +20,8 @@ steps:
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- echo $PASSWORD | docker login docker.grassecon.net --username ci --password-stdin
|
||||
- TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) docker-compose -f docker-compose.build.yml build --progress plain
|
||||
- export TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
- docker-compose -f docker-compose.build.yml build --progress plain
|
||||
- docker-compose -f docker-compose.build.yml push
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
|
Loading…
Reference in New Issue
Block a user