rename tags
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jochen Welzel 2022-12-23 22:12:49 +01:00
parent 738cd58b2f
commit f4ceeb552c
1 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,15 @@ platform:
os: linux
arch: amd64
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
image: plugins/docker
settings:
@ -28,6 +37,15 @@ platform:
os: linux
arch: arm64
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
image: plugins/docker
settings: