Skip to content

Commit

Permalink
Change jib image to path
Browse files Browse the repository at this point in the history
  • Loading branch information
zeynepnuraktas committed Sep 8, 2023
1 parent b37f36c commit 1657cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jib {
}
to {
project.afterEvaluate { // <-- so we evaluate version after it has been set
image = "wisetime/wisetime-sql-connector:${project.version}"
image = "europe-west3-docker.pkg.dev/legebuild/connectors/wisetime-sql-connector:${project.version}"
}
}
}
Expand Down

0 comments on commit 1657cec

Please sign in to comment.