seashell/.woodpecker.yml
Elara6331 a9fdf0a053
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
Add CI configuration
2024-08-08 14:34:42 -07:00

25 lines
505 B
YAML

labels:
platform: linux/amd64
steps:
publish:
image: woodpeckerci/plugin-kaniko
settings:
registry: gitea.elara.ws
repo: elara6331/seashell
tags: latest,${CI_COMMIT_TAG}
cache: false
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event: tag
release:
image: goreleaser/goreleaser
commands:
- goreleaser release
secrets: [ gitea_token, aur_key ]
when:
event: tag