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 @@
pipeline: EARTHLY: &EARTHLY
earthly: image: earthly/earthly:v0.7.2
image: earthly/earthly:v0.6.30
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
- FORCE_COLOR=1 - FORCE_COLOR=1
- EARTHLY_EXEC_CMD="/bin/sh" - EARTHLY_EXEC_CMD="/bin/sh"
pipeline:
earthly:
!!merge <<: *EARTHLY
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