Skip to content

Commit 9d84539

Browse files
authored
fix(compose): branch suffix needs a dollar (who doesn't?)
1 parent 4b98dd7 commit 9d84539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ services:
283283
volumes:
284284
- agent-ssh-dir:/home/jenkins/.ssh:ro # Mounts the agent-ssh-dir volume to the /home/jenkins/.ssh path inside the container as read-only
285285
cpp:
286-
image: ${IMAGE_PREFIX}/${GHCR_USERNAME}/quickstart-tutorials/jenkinsci-tutorials:cpp_{BRANCH_SUFFIX}
286+
image: ${IMAGE_PREFIX}/${GHCR_USERNAME}/quickstart-tutorials/jenkinsci-tutorials:cpp_${BRANCH_SUFFIX}
287287
environment:
288288
- GITPOD_WORKSPACE_URL=${GITPOD_WORKSPACE_URL}
289289
container_name: desktop-jenkins_agent-1-cpp

0 commit comments

Comments
 (0)