Mylloon
aafde87ee2
All checks were successful
ci/woodpecker/manual/publish Pipeline was successful
* gitlab -> forgejo * python 3.9 -> 3.11 * readme overhal * format python file * basic PIP convention
15 lines
341 B
YAML
15 lines
341 B
YAML
steps:
|
|
publish:
|
|
image: woodpeckerci/plugin-docker-buildx:2
|
|
settings:
|
|
labels:
|
|
platform: linux/amd64
|
|
repo: git.mylloon.fr/${CI_REPO,,}
|
|
auto_tag: true
|
|
registry: git.mylloon.fr
|
|
username: ${CI_REPO_OWNER}
|
|
password:
|
|
from_secret: cb_token
|
|
when:
|
|
event: push
|
|
branch: main
|