Skip to content

Instantly share code, notes, and snippets.

@oliverisaac
Created October 8, 2025 20:43
Show Gist options
  • Select an option

  • Save oliverisaac/b4b4b74fae604f0ef5a86e471c200808 to your computer and use it in GitHub Desktop.

Select an option

Save oliverisaac/b4b4b74fae604f0ef5a86e471c200808 to your computer and use it in GitHub Desktop.
addTag(String)
withShellTag(String)
withTags(String... tagList)
withPush(Boolean shouldPush = true)
withRepoSuffix(String s)
withTarget(String s)
withParallel(Boolean p)
withOwner(String s)
withBuildArg(String... args)
withRawBuildArg(String... args)
withArchitectures(String... archs)
withDockerfile(String dockerfile)
withArchitectureSpecificDockerfile(String arch, String dockerfile)
withLatestTag(Boolean tagLatest = true)
asPrivateRepo(Boolean asPrivate = false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment