ci: fix earthly call
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marvin Preuss 2023-03-30 07:38:01 +00:00
parent e44e13756b
commit 9c41a442ea

View File

@ -9,8 +9,6 @@ pipeline:
commands:
- earthly bootstrap
- earthly --ci +ci
when:
event: tag
earthly-release:
image: earthly/earthly:v0.6.30
volumes:
@ -21,4 +19,6 @@ pipeline:
secrets: [GITEA_TOKEN]
commands:
- earthly bootstrap
- earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +ci +release
- earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +release
when:
event: tag