fix, ci: docker registry url
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/manual/woodpecker Pipeline failed Details

feat/type-attributes
Tomáš Mládek 2023-07-11 20:55:28 +02:00
parent e7ee79cae1
commit 02ce47541d
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pipeline:
build:backend:
group: build
image: albedo.lan/rust-upend:latest
image: albedo.lan:5000/rust-upend:latest
commands:
- rustc --version && cargo --version
- task build:backend
@ -27,7 +27,7 @@ pipeline:
lint:backend:
group: lint
image: albedo.lan/rust-upend:latest
image: albedo.lan:5000/rust-upend:latest
commands:
- rustup component add clippy
- task lint:backend
@ -76,7 +76,7 @@ pipeline:
test:backend:
group: test
image: albedo.lan/rust-upend:latest
image: albedo.lan:5000/rust-upend:latest
commands:
- curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C /usr/local/cargo/bin
- task test:backend
@ -90,7 +90,7 @@ pipeline:
- Taskfile.yml
package:
image: albedo.lan/rust-upend:latest
image: albedo.lan:5000/rust-upend:latest
commands:
- cd ./.ci_tmp/
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage