Botanique/.gitea/workflows/publish.yml
Anri Kennel d9cb8f02e2
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
feat: Use OS's ffmpeg instead of npm package (#90)
Closes #77
Follow up of #65

Recommended by https://github.com/Androz2091/discord-player/issues/1639

This also returns to Alpine-based Docker image and remove the Debian one

Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Reviewed-on: #90
2023-03-24 14:32:49 +01:00

14 lines
329 B
YAML

pipeline:
publish:
image: woodpeckerci/plugin-docker-buildx:2
settings:
platforms: 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