From fd8084dbe8bf6bbf73dee9ae1b2d12ecdc626086 Mon Sep 17 00:00:00 2001 From: "hexlocation's laptop (asiago)" Date: Thu, 4 Apr 2024 08:52:04 +0200 Subject: [PATCH] hmm --- .woodpecker.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 0621ebe..55ae19c 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -5,13 +5,15 @@ when: steps: - name: build image: woodpeckerci/plugin-docker-buildx - secrets: [git_pat] + secrets: [ git_pat ] settings: - repo: disseminate + repo: hexlocation/disseminate platforms: linux/amd64 dockerfile: Dockerfile tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] username: hexlocation - registry: https://git.clatter.cc - password: - from_secret: git_pat + registry: git.clatter.cc + password: ${git_pat} + steps: + - ls + - pwd