chore(woodpecker,earthly): bump version
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Marvin Preuss 2023-03-30 07:48:07 +00:00
parent 9c41a442ea
commit da988639c7

View File

@ -1,21 +1,18 @@
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: pipeline:
earthly: earthly:
image: earthly/earthly:v0.6.30 !!merge <<: *EARTHLY
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- FORCE_COLOR=1
- EARTHLY_EXEC_CMD="/bin/sh"
commands: commands:
- earthly bootstrap - earthly bootstrap
- earthly --ci +ci - earthly --ci +ci
earthly-release: earthly-release:
image: earthly/earthly:v0.6.30 !!merge <<: *EARTHLY
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- FORCE_COLOR=1
- EARTHLY_EXEC_CMD="/bin/sh"
secrets: [GITEA_TOKEN] secrets: [GITEA_TOKEN]
commands: commands:
- earthly bootstrap - earthly bootstrap