ci: update Earthly image version

feat/tables
Tomáš Mládek 2024-02-03 19:52:52 +01:00
parent ba221c2662
commit f18217a3e5
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pipeline:
test:
image: earthly/earthly:v0.8.1
image: earthly/earthly:v0.8.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@ -13,7 +13,7 @@ pipeline:
- earthly +test
lint:
image: earthly/earthly:v0.8.1
image: earthly/earthly:v0.8.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@ -26,7 +26,7 @@ pipeline:
- earthly +lint
# audit:
# image: earthly/earthly:v0.8.1
# image: earthly/earthly:v0.8.3
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# environment:
@ -40,7 +40,7 @@ pipeline:
appimage:nightly:
group: push
image: earthly/earthly:v0.8.1
image: earthly/earthly:v0.8.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@ -63,7 +63,7 @@ pipeline:
docker:nightly:
group: push
image: earthly/earthly:v0.8.1
image: earthly/earthly:v0.8.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@ -81,7 +81,7 @@ pipeline:
docker:release:
group: push
image: earthly/earthly:v0.8.1
image: earthly/earthly:v0.8.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@ -101,7 +101,7 @@ pipeline:
jslib:publish:
group: push
image: earthly/earthly:v0.8.1
image: earthly/earthly:v0.8.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@ -116,7 +116,7 @@ pipeline:
branch: [main]
gitea:prerelease:
image: earthly/earthly:v0.8.1
image: earthly/earthly:v0.8.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@ -132,7 +132,7 @@ pipeline:
event: [ tag ]
appimage:release:
image: earthly/earthly:v0.8.1
image: earthly/earthly:v0.8.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment: