Skip to content

Commit

Permalink
Dev update jib for tags (#171)
Browse files Browse the repository at this point in the history
* Added tags to jib section of build gradle

* Added tags to jib section of build gradle

---------

Co-authored-by: Matt B Krystof <[email protected]>
  • Loading branch information
mkrystof and Matt B Krystof authored Aug 22, 2024
1 parent cc4c026 commit 8e87058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 = [ System.getenv("IMAGE_TAG") ?: "latest" ]
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 = [ System.getenv("IMAGE_TAG") ?: "latest" ]
auth {
username = System.getenv("IMAGEHUB_USERNAME") ?: ""
password = System.getenv("IMAGEHUB_PASSWORD") ?: ""
Expand Down

0 comments on commit 8e87058

Please sign in to comment.