Skip to content

Commit

Permalink
Migrate to artifact registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 8, 2023
1 parent 727a3fb commit aa6404e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ tasks.withType<GenerateJavaTask>().configureEach {
packageName = "io.github.reactivecircus.kstreamlined.backend.schema.generated"
}

jib.to.image = "gcr.io/kstreamlined-backend/kstreamlined-api"
jib {
to.image = "australia-southeast2-docker.pkg.dev/kstreamlined-backend/kstreamlined/kstreamlined-api"
from.image = "azul/zulu-openjdk:21"
}

tasks.withType<BuildImageTask>().configureEach {
notCompatibleWithConfigurationCache("Jib Gradle plugin does not support configuration cache.")
Expand Down

0 comments on commit aa6404e

Please sign in to comment.