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
|
image: debian:12
|
||||||
commands:
|
commands:
|
||||||
- export TS=`date '+%Y%m%d%H%M%S'`
|
- 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:
|
docker-deploy-push:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue