Compare commits
No commits in common. "e8674e0bc453e7d0aab66d7068c6bfeee42b4c44" and "3b2bb4d5549b718aabbcec9d595226a3e4b008cd" have entirely different histories.
e8674e0bc4
...
3b2bb4d554
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@ steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
purge: true
|
||||||
|
no_cache: true
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
repo: samuelph/universal-statuspage
|
repo: samuelph/universal-statuspage
|
||||||
|
@ -47,6 +49,8 @@ steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
purge: true
|
||||||
|
no_cache: true
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-arm
|
auto_tag_suffix: linux-arm
|
||||||
repo: samuelph/universal-statuspage
|
repo: samuelph/universal-statuspage
|
||||||
|
|
Reference in a new issue