update CI
Some checks failed
ci/woodpecker/manual/build-docker Pipeline failed

This commit is contained in:
Adora Laura Kalb 2023-08-12 15:28:22 +02:00
parent 2c26a5bff8
commit a6221c1bfe
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -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: