This repository has been archived on 2021-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
docker-tileboard-OUTDATED/.drone.yml
Florian Brinker 2c4c532dff
Всі перевірки були успішними
continuous-integration/drone Build is passing
Add published version/tag check to skip docker builds
2021-04-21 23:51:08 +02:00

25 рядки
404 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- apk update && apk add bash grep sed curl unzip jq
- chmod +x ./build.sh
- ./build.sh
- name: docker
image: plugins/docker
settings:
repo: fbrinker/tileboard
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
branch:
- master