This commit is contained in:
parent
e44e13756b
commit
9c41a442ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user