diff --git a/.woodpecker/image.yaml b/.woodpecker/image.yaml index 7d9aed9..fa130f6 100644 --- a/.woodpecker/image.yaml +++ b/.woodpecker/image.yaml @@ -1,3 +1,5 @@ +# https://woodpecker-ci.org/plugins/docker-buildx + variables: - &repo codeberg.org/${CI_REPO_OWNER}/io-exporter @@ -21,7 +23,7 @@ steps: repo: *repo registry: codeberg.org tags: latest,1-${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG} - username: ${CI_REPO_OWNER} + #username: ${CI_REPO_OWNER} password: from_secret: DEPLOY_TOKEN when: