Skip to content

Instantly share code, notes, and snippets.

@jonmorehouse
Created October 18, 2022 23:13
Show Gist options
  • Save jonmorehouse/d0398a934884c1f02a32a660fdfc2504 to your computer and use it in GitHub Desktop.
Save jonmorehouse/d0398a934884c1f02a32a660fdfc2504 to your computer and use it in GitHub Desktop.
project = "abc"
app "mario" {
build {
use "docker-pull" {
image = "pengbai/docker-supermario"
tag = "latest"
disable_entrypoint = true
}
}
deploy {
use "kubernetes" {
registry {
image = "pengbai/docker-supermario"
tag = "latest"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment