update link and tag

This commit is contained in:
2025-10-31 22:27:07 +01:00
parent fe6bcecd5e
commit a5d2f02620
2 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
# https://woodpecker-ci.org/plugins/docker-buildx
# enable Package unit and go to /scip/-/packages after building to link to proj
variables:
- &repo codeberg.org/${CI_REPO_OWNER}/io-exporter
@@ -22,9 +23,10 @@ steps:
platforms: linux/amd64
repo: *repo
registry: codeberg.org
tags: latest,1-${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG}
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG}
username: ${CI_REPO_OWNER}
password:
from_secret: REGISTRY_TOKEN
when:
event: [push]
event: [tag]
branch: main