Adjust CI pipeline.

This commit is contained in:
2025-03-12 09:09:45 -05:00
parent 26c1ccc67e
commit 8b748fcb70
3 changed files with 19 additions and 43 deletions

View File

@@ -0,0 +1,18 @@
steps:
build-and-push:
image: woodpeckerci/plugin-docker-buildx:5.1
settings:
username:
from_secret: REGISTRY_USERNAME
password:
from_secret: REGISTRY_PASSWORD
registry: registry.binderlab.io
repo: registry.binderlab.io/harbormaster-client
tags: latest
dockerfile: docker/Dockerfile
context: .
push: true
when:
event: push
branch:
- main