vieter/.woodpecker.yml

21 lines
415 B
YAML
Raw Normal View History

2022-01-12 16:31:27 +01:00
# pipeline:
# lint:
# image: 'chewingbever/vlang:latest'
# commands:
# - v fmt -verify vieter
2022-01-12 16:31:27 +01:00
# build:
# image: 'chewingbever/vlang:latest'
# commands:
# - v vieter
pipeline:
publish:
image: plugins/docker
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vieter
tag: ${CI_COMMIT_TAG}
when:
event: tag
branch: main