mirror of https://sc.cryxtal.org/crystal/forgejo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
564 B
29 lines
564 B
platform: linux/amd64
|
|
|
|
depends_on:
|
|
- testing-amd64
|
|
|
|
pipeline:
|
|
fetch-tags:
|
|
image: docker:git
|
|
pull: true
|
|
commands:
|
|
- git config --add safe.directory '*'
|
|
- git fetch --tags --force
|
|
|
|
publish:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
pull: true
|
|
settings:
|
|
platforms: linux/amd64
|
|
registry:
|
|
from_secret: domain
|
|
tag: ${CI_COMMIT_TAG##v}
|
|
repo: ${CI_REPO_LINK##https://}
|
|
password:
|
|
from_secret: releaseteamtoken
|
|
username:
|
|
from_secret: releaseteamuser
|
|
when:
|
|
event: tag
|