fix, ci: always pull latest images for CI
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/type-attributes
Tomáš Mládek 2023-08-05 18:10:43 +02:00
parent c2cc88e43d
commit b3b41eb5ae
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
pipeline:
build:wasmlib:
image: albedo.lan:5000/rust-upend:latest
pull: true
commands:
- rustc --version && cargo --version
- task build:wasmlib
@ -16,6 +17,7 @@ pipeline:
build:backend:
group: build
image: albedo.lan:5000/rust-upend:latest
pull: true
commands:
- rustc --version && cargo --version
- task build:backend
@ -31,6 +33,7 @@ pipeline:
build:frontend:
group: build
image: albedo.lan:5000/node-upend:latest
pull: true
commands:
- node --version && npm --version
- task build:frontend
@ -42,6 +45,7 @@ pipeline:
lint:backend:
group: lint
image: albedo.lan:5000/rust-upend:latest
pull: true
commands:
- rustup component add clippy
- task lint:backend
@ -58,6 +62,7 @@ pipeline:
lint:frontend:
group: lint
image: albedo.lan:5000/node-upend:latest
pull: true
commands:
- node --version && npm --version
- task lint:frontend
@ -69,6 +74,7 @@ pipeline:
lint:jslib:
group: lint
image: albedo.lan:5000/node-upend:latest
pull: true
commands:
- node --version && npm --version
- task lint:jslib
@ -80,6 +86,7 @@ pipeline:
lint:webext:
group: lint
image: albedo.lan:5000/node-upend:latest
pull: true
commands:
- node --version && npm --version
- task lint:webext
@ -91,6 +98,7 @@ pipeline:
test:backend:
group: test
image: albedo.lan:5000/rust-upend:latest
pull: true
commands:
- task test:backend
# volumes:
@ -104,6 +112,7 @@ pipeline:
package:
image: albedo.lan:5000/rust-upend:latest
pull: true
commands:
- cd ./.ci_tmp/
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage