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