tautulli-exporter/.woodpecker/.container.yml

19 lines
665 B
YAML
Raw Normal View History

2024-01-21 17:43:29 +00:00
steps:
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
#platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x
2024-01-22 22:14:13 +00:00
platforms: linux/amd64 #,linux/arm64
2024-01-21 17:43:29 +00:00
repo: ${CI_FORGE_URL:8}/${CI_REPO_OWNER,,}/${CI_REPO_NAME,,} # lowercase
registry: ${CI_FORGE_URL:8} # url of gitea, minus the https://
tags:
- ${CI_COMMIT_SHA:0:8} # first 8 characters of var
- rolling
- rolling-${CI_COMMIT_SHA:0:8}
username: ${CI_REPO_OWNER,,} # lowercase username
password:
from_secret: registry_token
when:
event: [push, manual]
branch: main