From 54e27c97d60efcfcad2490c5e8a3c370a491600d Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Tue, 9 Jul 2024 22:27:49 +0000 Subject: [PATCH] add --- test/publish.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/publish.bats b/test/publish.bats index 95afbe9a..b6fde783 100644 --- a/test/publish.bats +++ b/test/publish.bats @@ -261,7 +261,7 @@ parent: rm -rf /etc/apk/repositories EOF stacker build - stacker publish --skip-tls --url docker://${REGISTRY_URL} --tag latest --substitute BUSYBOX_OCI=${BUSYBOX_OCI} + stacker publish --skip-tls --url docker://${REGISTRY_URL} --tag latest stacker clean cat > stacker.yaml <<"EOF"