We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03733b3 + 8fb72c0 commit a052195Copy full SHA for a052195
1 file changed
.github/workflows/reusable-docker-build.yml
@@ -73,7 +73,7 @@ env:
73
REDEPLOY_DEMO_URL: ${{ secrets.REDEPLOY_DEMO_URL }}
74
# Current DSpace branches (and architecture) which are deployed to demo.dspace.org & sandbox.dspace.org respectively
75
DEPLOY_DEMO_BRANCH: 'dspace-9_x'
76
- DEPLOY_SANDBOX_BRANCH: 'main'
+ DEPLOY_SANDBOX_BRANCH: 'dspace-10.0-testathon'
77
DEPLOY_ARCH: 'linux/amd64'
78
# Registry used during building of Docker images. (All images are later copied to docker.io registry)
79
# We use GitHub's Container Registry to avoid aggressive rate limits at DockerHub.
0 commit comments