staticwebapps-cli/.woodpecker/build-docker.yml
lauralani fc384b7850
Some checks failed
ci/woodpecker/cron/build-docker Pipeline failed
initial commit
2023-08-28 15:34:35 +02:00

25 lines
No EOL
585 B
YAML

when:
- event: manual
- event: cron
cron: build_weekly
steps:
set-tags:
image: debian:12
commands:
- export TS=`date '+%Y%m%d'`
- echo "$TS" >> tags.txt
- echo "latest" >> tags.txt
- cat tags.txt
deploy-dockerhub:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
repo: docker.io/lauralani/staticwebapps-cli
registry: docker.io
tags_file: ./tags.txt
username: lauralani
password:
from_secret: docker_token