next try
This commit is contained in:
parent
7b92385a7d
commit
1e7e975d5e
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
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
|
|
Loading…
Add table
Reference in a new issue