woodpecker.yml aktualisiert
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
when:
|
||||
- event: [cron, manual]
|
||||
|
||||
steps:
|
||||
- name: tag
|
||||
image: node
|
||||
commands:
|
||||
- echo -n "$(date +%Y%m%d_%H%M%S), latest, 7.0" > .tags
|
||||
- name: docker
|
||||
image: woodpeckerci/plugin-docker-buildx:5
|
||||
settings:
|
||||
@ -10,8 +17,3 @@ steps:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags:
|
||||
- latest
|
||||
- '7.0'
|
||||
when:
|
||||
- event: [cron, manual]
|
Reference in New Issue
Block a user