netlify-cli/.woodpecker/build-docker.yml
lauralani a6221c1bfe
Some checks failed
ci/woodpecker/manual/build-docker Pipeline failed
update CI
2023-08-12 15:28:22 +02:00

23 lines
No EOL
579 B
YAML

when:
- event:
- manual
steps:
set-tags:
image: debian:12
commands:
- export TS=`date '+%Y%m%d%H%M%S'`
- echo "latest" > tags.txt
- echo "$TS" >> tags.txt
- cat tags.txt
docker-deploy-push:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
repo: code.lila.network/lauralani/netlify-cli
registry: https://index.docker.io/v1/
tags_file: ./tags.txt
username: lauralani
password:
from_secret: docker_token