This commit is contained in:
parent
2c26a5bff8
commit
a6221c1bfe
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ steps:
|
|||
image: debian:12
|
||||
commands:
|
||||
- export TS=`date '+%Y%m%d%H%M%S'`
|
||||
- echo "latest, $TS" >> tags.txt
|
||||
- echo "latest" > tags.txt
|
||||
- echo "$TS" >> tags.txt
|
||||
- cat tags.txt
|
||||
docker-deploy-push:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue