You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- pipeline:
- build-docker:
- image: docker:18.06.1-ce
- volumes:
- - /var/run/docker.sock:/var/run/docker.sock
- commands:
- - chmod +x ./build-image.sh
- - ./build-image.sh
- when:
- event: [push]
|