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