Adjust pipeline.

This commit is contained in:
Ben Binder
2025-02-23 23:03:18 -06:00
parent 307544c001
commit 40d018647d

View File

@@ -31,10 +31,4 @@ steps:
- docker pull registry.binderlab.io/harbormaster:latest
- docker stop harbormaster || true
- docker rm harbormaster || true
- docker run -d --name harbormaster -p 8080:8080 registry.binderlab.io/harbormaster:latest
volumes:
- name: dockersock
host:
path: /var/run/docker.sock
- docker run -d --name harbormaster -p 8080:8080 registry.binderlab.io/harbormaster:latest