Skip to content

Commit 6dedc88

Browse files
authored
Update Docker image repository for Eureka server
1 parent ad7c9d7 commit 6dedc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_eureka_server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
const body = `${marker}
5959
To run the Eureka server image built for this pull request:
6060
\`\`\`bash
61-
docker run --rm -d --pull=always -p 8761:8761 --name eureka-pr steeltoe.azurecr.io/eureka-server:pr-${{ github.event.number }}
61+
docker run --rm -d --pull=always -p 8761:8761 --name eureka-pr steeltoe2.azurecr.io/eureka-server:pr-${{ github.event.number }}
6262
\`\`\``;
6363
6464
const { data: comments } = await github.rest.issues.listComments({

0 commit comments

Comments
 (0)