We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f4c3a commit 0be0667Copy full SHA for 0be0667
.github/docker/docker-compose.yaml
@@ -95,7 +95,9 @@ services:
95
ceph:
96
network_mode: "host"
97
profiles: ['ceph']
98
- image: ghcr.io/scality/cloudserver/ci-ceph
+ image: ghcr.io/scality/cloudserver/ci-ceph
99
+ volumes:
100
+ - /tmp/artifacts/${JOB_NAME}/ceph:/artifacts
101
sproxyd:
102
103
profiles: ['sproxyd']
0 commit comments