From e1269f94276d64f7dfa2f2a9b3692c01b934e47e Mon Sep 17 00:00:00 2001 From: "hexlocation's laptop (asiago)" Date: Thu, 4 Apr 2024 09:04:54 +0200 Subject: [PATCH] ssh check --- .woodpecker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index e0684d7..3a14025 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -12,7 +12,7 @@ steps: dockerfile: Dockerfile tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] username: hexlocation - registry: git.clatter.cc:6970 - insecure: true + registry: git.clatter.cc + #insecure: true password: from_secret: gitpat