From f18217a3e57bb5f6d28ccfd5011cb1dfd4d7da74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 3 Feb 2024 19:52:52 +0100 Subject: [PATCH] ci: update Earthly image version --- .woodpecker.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7d3074a..4250c0b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: