We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa8607 commit 0b590d7Copy full SHA for 0b590d7
1 file changed
.github/workflows/ci-build-publish.yml
@@ -178,7 +178,7 @@ jobs:
178
"GROUP_ID": "uk.gov.hmcts.cp",
179
"ARTIFACT_ID": "${{ env.REPO_NAME }}",
180
"ARTIFACT_VERSION": "${{ needs.Artefact-Version.outputs.artefact_version }}",
181
- "TARGET_REPOSITORY": "${{ github.repository }}"
+ "TARGET_REPOSITORY": "${{ github.repository }}",
182
"agentDemand": "ubuntu-j25",
183
"baseImage": "hmcts/apm-services:25-jre"
184
}
0 commit comments