diff --git a/buildah-image-builder/cmd.sh b/buildah-image-builder/cmd.sh index 0f0bd41..47d50e8 100755 --- a/buildah-image-builder/cmd.sh +++ b/buildah-image-builder/cmd.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e echo "starting strace" +set -e strace buildah login --username ${BUILDAH_USERNAME} --password ${BUILDAH_PASSWORD} ${DOCKER_REGISTRY}.azurecr.io strace buildah build --storage-driver=vfs --isolation=chroot --jobs 0 \ ${SECRET_ARGS} --file ${CONTEXT}${DOCKER_FILE_NAME} \