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 ecc4730 commit 4518b2eCopy full SHA for 4518b2e
.github/workflows/build_config_server.yaml
@@ -51,7 +51,8 @@ jobs:
51
52
- name: Post PR comment with image info
53
if: ${{ github.event_name == 'pull_request' }}
54
- run: gh pr comment $PR_NUMBER --edit-last --create-if-none --body "To run the Spring Cloud Config Server image built for this pull request:
+ run: |
55
+ gh pr comment $PR_NUMBER --edit-last --create-if-none --body "To run the Spring Cloud Config Server image built for this pull request:
56
\`\`\`bash
57
docker run --rm -d --pull=always -p 8888:8888 --name config-pr $REGISTRY/$IMAGE_NAME:pr-$PR_NUMBER
58
\`\`\`"
0 commit comments