staticwebapps-cli/.woodpecker/build-docker.yml

25 lines
557 B
YAML
Raw Normal View History

2023-08-28 15:34:35 +02:00
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
2023-09-28 17:40:59 +02:00
platforms: linux/amd64
2023-08-28 15:34:35 +02:00
repo: docker.io/lauralani/staticwebapps-cli
registry: docker.io
tags_file: ./tags.txt
username: lauralani
password:
from_secret: docker_token