From 57cba1f815a2f88093ccf5f32de0800cc53bf8d4 Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Sun, 9 Jul 2023 16:13:00 +0800 Subject: [PATCH] Use quay.io --- .woodpecker/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index c48e610..d49ee52 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -4,7 +4,7 @@ pipeline: test: when: path: [".woodpecker/*", "include/*", "src/*", "tests/*", "CMakeLists.txt"] - image: docker.io/sainnhe/cmake:latest + image: quay.io/sainnhe/cmake:latest commands: - cmake . - cmake --build . --parallel $(nproc) --target all @@ -13,7 +13,7 @@ pipeline: when: status: - failure - image: docker.io/sainnhe/mailer:latest + image: quay.io/sainnhe/mailer:latest commands: - mailer secrets: