chore(ci): update V image
ci/woodpecker/push/lint Pipeline was successful Details

v-0.3.3
Jef Roosens 2023-02-08 10:50:07 +01:00
parent 4db13cdd6e
commit 12d8e5c04d
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
variables:
- &vlang_image 'git.rustybever.be/chewing_bever/vlang:0.3.3-alpine3.17'
branches:
exclude: [ main ]
@ -5,14 +8,14 @@ platform: 'linux/amd64'
pipeline:
build:
image: 'git.rustybever.be/chewing_bever/vlang:0.3.2'
image: *vlang_image
commands:
- make
when:
event: [ push ]
lint:
image: 'git.rustybever.be/chewing_bever/vlang:0.3.2'
image: *vlang_image
commands:
- make lint
when: