Skip to content

Commit

Permalink
🐛fix: fix ci/cd image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantaphocpython committed Nov 9, 2024
1 parent 676a4a2 commit 0225e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./mvnw clean package -DskipTests

- name: Build Docker image
run: docker build -t quan0204/wordwaves-server:latest .
run: docker build -t quan0204/we-meet-server:1.0.0 .

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/videocall/server/exception/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public enum ErrorCode {
this.statusCode = statusCode;
}



private final int code;
private final String message;
private final HttpStatusCode statusCode;
Expand Down

0 comments on commit 0225e57

Please sign in to comment.