Skip to content

Commit

Permalink
Added tags to jib section of build gradle (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt B Krystof <[email protected]>
  • Loading branch information
mkrystof and Matt B Krystof authored Aug 22, 2024
1 parent b791651 commit cc4c026
Showing 1 changed file with 1 addition 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 @@ -100,6 +100,7 @@ jib {
}
to {
image = 'imagehub.cdc.gov:6989/dex/pstatus/graphql-service'
tags = [ System.getenv("IMAGE_TAG") ?: "latest" ]
auth {
username = System.getenv("IMAGEHUB_USERNAME") ?: ""
password = System.getenv("IMAGEHUB_PASSWORD") ?: ""
Expand Down

0 comments on commit cc4c026

Please sign in to comment.