Always run on master push
This commit is contained in:
parent
7f2b041099
commit
49646c1aac
|
|
@ -1,3 +1,7 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build & publish
|
- name: build & publish
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
|
@ -10,4 +14,4 @@ steps:
|
||||||
repo: containers.zipek.cz/kamen/graphicek
|
repo: containers.zipek.cz/kamen/graphicek
|
||||||
tags: latest
|
tags: latest
|
||||||
cache_to: "containers.zipek.cz/kamen/graphicek-build-cache:latest"
|
cache_to: "containers.zipek.cz/kamen/graphicek-build-cache:latest"
|
||||||
cache_from: "containers.zipek.cz/kamen/graphicek-build-cache:latest"
|
cache_from: "containers.zipek.cz/kamen/graphicek-build-cache:latest"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue