Skip to content

Commit

Permalink
chore(gradle): change the web image address of docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaerim1001 committed Nov 30, 2023
1 parent 61f1b69 commit caeb209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jib {
image = 'eclipse-temurin:17-jdk-alpine'
}
to {
image = '075584359222.dkr.ecr.ap-northeast-2.amazonaws.com/wemeet-dev-ecr'
image = '634460857598.dkr.ecr.ap-northeast-2.amazonaws.com/wemeet-ecr'
tags = [inputTag]
credHelper = 'ecr-login'
}
Expand Down

0 comments on commit caeb209

Please sign in to comment.