ci: update Earthly image version
ci/woodpecker/push/woodpecker Pipeline failed Details

fix/notes-editor
Tomáš Mládek 2024-01-30 23:00:43 +01:00
parent f1184ad2b3
commit d047eaf7ac
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pipeline: pipeline:
test: test:
image: earthly/earthly:v0.7.15 image: earthly/earthly:v0.8.1
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
@ -13,7 +13,7 @@ pipeline:
- earthly +test - earthly +test
lint: lint:
image: earthly/earthly:v0.7.15 image: earthly/earthly:v0.8.1
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
@ -26,7 +26,7 @@ pipeline:
- earthly +lint - earthly +lint
# audit: # audit:
# image: earthly/earthly:v0.7.15 # image: earthly/earthly:v0.8.1
# volumes: # volumes:
# - /var/run/docker.sock:/var/run/docker.sock # - /var/run/docker.sock:/var/run/docker.sock
# environment: # environment:
@ -39,7 +39,7 @@ pipeline:
# - earthly +audit # - earthly +audit
gitea:prerelease: gitea:prerelease:
image: earthly/earthly:v0.7.15 image: earthly/earthly:v0.8.1
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
@ -54,7 +54,7 @@ pipeline:
event: [tag] event: [tag]
appimage: appimage:
image: earthly/earthly:v0.7.15 image: earthly/earthly:v0.8.1
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
@ -85,7 +85,7 @@ pipeline:
appimage:publish:nightly: appimage:publish:nightly:
group: push group: push
image: earthly/earthly:v0.7.15 image: earthly/earthly:v0.8.1
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
@ -108,7 +108,7 @@ pipeline:
docker:nightly: docker:nightly:
group: push group: push
image: earthly/earthly:v0.7.15 image: earthly/earthly:v0.8.1
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
@ -126,7 +126,7 @@ pipeline:
docker:release: docker:release:
group: push group: push
image: earthly/earthly:v0.7.15 image: earthly/earthly:v0.8.1
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
@ -163,7 +163,7 @@ pipeline:
jslib:publish: jslib:publish:
group: push group: push
image: earthly/earthly:v0.7.15 image: earthly/earthly:v0.8.1
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment: