This commit is contained in:
parent
738cd58b2f
commit
f4ceeb552c
18
.drone.yml
18
.drone.yml
@ -6,6 +6,15 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
steps:
|
steps:
|
||||||
|
- name: send-tags-to-tags-file
|
||||||
|
image: node
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
commands:
|
||||||
|
- echo -n "$(date +'%Y%m%d'), latest" > .tags
|
||||||
|
|
||||||
- name: push docker image
|
- name: push docker image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
@ -28,6 +37,15 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
steps:
|
steps:
|
||||||
|
- name: send-tags-to-tags-file
|
||||||
|
image: node
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
commands:
|
||||||
|
- echo -n "$(date +'%Y%m%d')-arm64, latest-arm64" > .tags
|
||||||
|
|
||||||
- name: push docker image
|
- name: push docker image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user