Update CI files.

This commit is contained in:
2025-12-17 23:45:23 -06:00
parent 278a9867e1
commit 024540c8b3
2 changed files with 39 additions and 40 deletions

View File

@@ -1,19 +1,18 @@
kind: pipeline
name: build-and-push-to-registry
steps:
build-and-push-to-registry:
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: manual
workflow:
name: build-and-push-to-registry
steps:
build-and-push-to-registry:
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: manual