This commit is contained in:
parent
e44e13756b
commit
9c41a442ea
@ -9,8 +9,6 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- earthly bootstrap
|
- earthly bootstrap
|
||||||
- earthly --ci +ci
|
- earthly --ci +ci
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
earthly-release:
|
earthly-release:
|
||||||
image: earthly/earthly:v0.6.30
|
image: earthly/earthly:v0.6.30
|
||||||
volumes:
|
volumes:
|
||||||
@ -21,4 +19,6 @@ pipeline:
|
|||||||
secrets: [GITEA_TOKEN]
|
secrets: [GITEA_TOKEN]
|
||||||
commands:
|
commands:
|
||||||
- earthly bootstrap
|
- 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