Skip to content

Instantly share code, notes, and snippets.

@Havoc24k
Created April 23, 2022 09:05
Show Gist options
  • Select an option

  • Save Havoc24k/12120978085938d494780f2eac50c7d4 to your computer and use it in GitHub Desktop.

Select an option

Save Havoc24k/12120978085938d494780f2eac50c7d4 to your computer and use it in GitHub Desktop.

Revisions

  1. Thanasis Politis created this gist Apr 23, 2022.
    15 changes: 15 additions & 0 deletions waypoint.build.hcl
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    build {
    use "pack" {}
    registry {
    use "docker" {
    image = var.REGISTRY_URL
    tag = "latest"

    // Set to `true` if you don't want the image to be pushed to your container registry
    local = false

    // Required for private container registry
    // encoded_auth = filebase64("${path.pwd}/auth.json")
    }
    }
    }