Skip to content

Commit

Permalink
[CI] Fix springcloud prefix on image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Jul 5, 2024
1 parent f7013ce commit 65e164c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-uaa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
with:
context: ./src/docker/uaa
push: true
tags: spring-cloud/scdf-uaa-test:4.32
tags: springcloud/scdf-uaa-test:4.32
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected static class EmptyConfig {
);

public final static List<ClusterContainer> OAUTH_CONTAINERS = Collections.singletonList(
ClusterContainer.from(TagNames.UAA_4_32, "spring-cloud/scdf-uaa-test:4.32", TagNames.UAA)
ClusterContainer.from(TagNames.UAA_4_32, "springcloud/scdf-uaa-test:4.32", TagNames.UAA)
);

@Autowired
Expand Down
2 changes: 1 addition & 1 deletion src/docker/uaa/build-docker
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker build -t spring-cloud/scdf-uaa-test:4.32 .
docker build -t springcloud/scdf-uaa-test:4.32 .

0 comments on commit 65e164c

Please sign in to comment.