Update CI files.

This commit is contained in:
2025-12-17 20:42:33 -06:00
parent b7733487de
commit 11eff0d9af

View File

@@ -1,20 +1,20 @@
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
not:
event: manual
# 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
# not:
# event: manual