Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created March 30, 2022 19:13
Show Gist options
  • Select an option

  • Save recursivecodes/3734f1e16482ad46d0fd07915fc55696 to your computer and use it in GitHub Desktop.

Select an option

Save recursivecodes/3734f1e16482ad46d0fd07915fc55696 to your computer and use it in GitHub Desktop.
build.gradle
dockerBuild {
images = ["phx.ocir.io/toddrsharp/atp-auto-wallet/$project.name:$project.version"]
}
dockerBuildNative {
images = ["phx.ocir.io/toddrsharp/atp-auto-wallet/$project.name-native:$project.version"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment