Skip to content

Commit

Permalink
Fixes image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
fkneier-bikeleasing committed May 22, 2024
1 parent 301f18c commit 7d5d088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jib {
image = "openjdk:23-slim-bullseye"
}
container {
mainClass = "OidcServer"
mainClass = "OAuthMock"
}
to {
image = "oidc-server"
image = "oauth-mock"
}
}

Expand Down

0 comments on commit 7d5d088

Please sign in to comment.