Skip to content

Commit 9b5fa62

Browse files
committed
don't automatically pass base image id
1 parent 0f4a5d2 commit 9b5fa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ for arch in $ARCHS; do
9696
# Run basic test in Dockerfile.test
9797
buildah bud \
9898
${TEST_ARGS[@]} \
99-
--file=Dockerfile.test \
99+
--file=Dockerfile.test
100100
--build-arg=base="${image_id}"
101101

102102
# Save image for storing as artifact or to load into docker

0 commit comments

Comments
 (0)