Adjust CI pipeline.

This commit is contained in:
2025-03-12 08:26:49 -05:00
parent cc2679a9b2
commit 4a69d64f28
3 changed files with 19 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ steps:
- echo "$REGISTRY_PASSWORD" | docker login registry.binderlab.io --username "$REGISTRY_USERNAME" --password-stdin
- docker pull registry.binderlab.io/harbormaster-client:latest
- docker create --name temp-harbormaster-client registry.binderlab.io/harbormaster-client:latest
- docker cp temp-harbormaster-client:/build $DEPLOY_PATH
- docker cp temp-harbormaster-client:/app/build $DEPLOY_PATH
- docker rm temp-harbormaster-client
when:
event: manual