diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 6403773..f291474 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -5,13 +5,13 @@ when: steps: - name: build image: woodpeckerci/plugin-docker-buildx - secrets: [git_username, git_pat, git_url] + secrets: [git_pat] settings: repo: hexlocation/disseminate platforms: linux/amd64 dockerfile: Dockerfile tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] - username: ${git_username} - registry: ${git_url} + username: hexlocation + registry: git.clatter.cc password: from_secret: git_pat