Skip to content

Commit

Permalink
Update build_tag_version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
psych0d0g authored Oct 28, 2024
1 parent ff917fe commit 0c6d5df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .woodpecker/build_tag_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ steps:
docker-build-release:
image: woodpeckerci/plugin-docker-buildx:2.3.0
settings:
repo: harbor.crystalnet.org/library/ffmpeg-worker
repo: harbor.crystalnet.org/library/ffmpeg-worker,ghcr.io/CrystalNET-org/ffmpeg-worker
logins:
- registry: https://harbor.crystalnet.org/
username: robot$library+woodpecker
password:
from_secret: harbor_token
- registry: https://harbor.crystalnet.org/
username: robot$library+woodpecker
password:
from_secret: GITHUB_TOKEN
registry: harbor.crystalnet.org
auto_tag: true
dockerfile: Dockerfile
platforms: linux/amd64
dry_run: false
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: tag
event: tag

0 comments on commit 0c6d5df

Please sign in to comment.