We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a52f1 commit 8b5a318Copy full SHA for 8b5a318
1 file changed
src/cmd-build-with-buildah
@@ -129,7 +129,7 @@ build_with_buildah() {
129
dev_arg=''
130
fi
131
# Call versionary. Let it error out if file does not exist.
132
- VERSION=$(src/config/versionary ${dev_arg})
+ VERSION=$(src/config/versionary --build-args="src/config/${argsfile}" ${dev_arg})
133
134
135
if [ -e "builds/$VERSION/${arch}" ]; then
0 commit comments