Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Feb 17, 2024
1 parent 15b359c commit 9b3f5d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-ali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
push: true
tags: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-api-user:latest
tags: registry.cn-hangzhou.aliyuncs.com/moneynote/moneynote-api:latest
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-all-ali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
file: ./Dockerfile2
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-all:latest
tags: registry.cn-hangzhou.aliyuncs.com/moneynote/moneynote-all:latest
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-all-no-mysql-ali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
file: ./Dockerfile3
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
push: true
tags: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-all-no-mysql:latest
tags: registry.cn-hangzhou.aliyuncs.com/moneynote/moneynote-all-no-mysql:latest
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-all-no-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
file: ./Dockerfile3
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
push: true
tags: markliu2018/moneywhere-all-no-mysql:latest
tags: markliu2018/moneynote-all-no-mysql:latest
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
file: ./Dockerfile2
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: markliu2018/moneywhere-all:latest
tags: markliu2018/moneynote-all:latest
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
push: true
tags: markliu2018/moneywhere-api-user:latest
tags: markliu2018/moneynote-api:latest
2 changes: 1 addition & 1 deletion src/main/java/cn/biq/mn/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class TestController {

@RequestMapping(method = RequestMethod.GET, value = "/version")
public BaseResponse handleVersion() {
return new DataResponse<>("93.26");
return new DataResponse<>("93.27");
}

@GetMapping("/test3")
Expand Down

0 comments on commit 9b3f5d6

Please sign in to comment.