Skip to content

Commit

Permalink
Updating jib tags to include release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt B Krystof committed Aug 20, 2024
1 parent 311c220 commit bffc77a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pstatus-graphql-ktor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jib {
}
to {
image = 'imagehub.cdc.gov:6989/dex/pstatus/graphql-service'
tags = ['v1.5.0']
auth {
username = System.getenv("IMAGEHUB_USERNAME") ?: ""
password = System.getenv("IMAGEHUB_PASSWORD") ?: ""
Expand Down
1 change: 1 addition & 0 deletions pstatus-notifications-ktor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jib {
}
to {
image = 'imagehub.cdc.gov:6989/dex/pstatus/notifications-service'
tags = ['v1.5.0']
auth {
username = System.getenv("IMAGEHUB_USERNAME") ?: ""
password = System.getenv("IMAGEHUB_PASSWORD") ?: ""
Expand Down
1 change: 1 addition & 0 deletions pstatus-report-sink-ktor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jib {
}
to {
image = 'imagehub.cdc.gov:6989/dex/pstatus/report-sink-service'
tags = ['v1.5.0']
auth {
username = System.getenv("IMAGEHUB_USERNAME") ?: ""
password = System.getenv("IMAGEHUB_PASSWORD") ?: ""
Expand Down

0 comments on commit bffc77a

Please sign in to comment.