diff --git a/README.md b/README.md index 31ffb3ac..75283fc0 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Some images might need an argument passed in during build time, like a GITHUB_TO ```yaml builder: args: - GITHUB_TOKEN: + GITHUB_TOKEN: <%= ENV["GITHUB_TOKEN"] %> ``` This build arg can then be used in the Dockerfile: