Skip to content

Instantly share code, notes, and snippets.

@mchirico
Created May 15, 2022 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mchirico/034825028b04a51106d4da69f88336c3 to your computer and use it in GitHub Desktop.
Save mchirico/034825028b04a51106d4da69f88336c3 to your computer and use it in GitHub Desktop.
image := "us-central1-docker.pkg.dev/mchirico/public/dopt"
version := "v0.0.1"
tag.ImageVersion(image, version)
currentDir, err := os.Getwd()
if err != nil {
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment