Created
April 23, 2022 09:05
-
-
Save Havoc24k/12120978085938d494780f2eac50c7d4 to your computer and use it in GitHub Desktop.
Revisions
-
Thanasis Politis created this gist
Apr 23, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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") } } }