From 02ce47541d09f527de1ce377d2571f7c4c77aa8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 11 Jul 2023 20:55:28 +0200 Subject: [PATCH] fix, ci: docker registry url --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e6e90b5..3d17347 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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