feature: nightly and dev images #5

Sloučený
fbrinker sloučil 10 commity z větve akloeckner/fbrinker-tileboard:feat-nightly do větve master před 2021-05-10 19:23:53 +00:00
Zobrazuji pouze změny commitu 0c95977e66 - Zobrazit všechny commity

Zobrazit soubor

@ -5,6 +5,12 @@ name: default
steps:
- name: Check for changes in master branch
image: alpine
commands:
- apk update && apk add bash curl grep jq sed
- ./check-master-for-changes.sh
- name: Build & Publish Development Image
image: plugins/docker
settings: