amseltools/.woodpecker.yml
Marvin Preuss da988639c7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
chore(woodpecker,earthly): bump version
2023-03-30 07:48:07 +00:00

22 lines
490 B
YAML

EARTHLY: &EARTHLY
image: earthly/earthly:v0.7.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- FORCE_COLOR=1
- EARTHLY_EXEC_CMD="/bin/sh"
pipeline:
earthly:
!!merge <<: *EARTHLY
commands:
- earthly bootstrap
- earthly --ci +ci
earthly-release:
!!merge <<: *EARTHLY
secrets: [GITEA_TOKEN]
commands:
- earthly bootstrap
- earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +release
when:
event: tag