Skip to content

Commit

Permalink
Update config-inline to buildkitd-config-inline
Browse files Browse the repository at this point in the history
A test build gave an error saying config-inline was deprecated
and that it'd moved to a new name

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Apr 23, 2024
1 parent 8f91847 commit a33faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
# AE: This appeared to have an issue for a user, so it's being set to
# false for now.
cache-binary: false
config-inline: |
buildkitd-config-inline: |
[registry."docker.io"]
mirrors = [${{ inputs.buildkitRegistryMirror }}]
http = ${{ inputs.buildkitRegistryHTTP }}
Expand Down

0 comments on commit a33faee

Please sign in to comment.