Add missing env
This commit is contained in:
@ -13,6 +13,8 @@ BASE_TAG="$REGISTRY/$USERNAME/$BASE_IMAGE_NAME:$BASE_HASH"
|
||||
# because we want a new Windows builder for every code commit.
|
||||
WIN_TAG="$REGISTRY/$USERNAME/$WIN_IMAGE_NAME:$TAG"
|
||||
|
||||
TARBALL="llvm-mingw-20250528-ucrt-ubuntu-22.04-x86_64.tar.xz"
|
||||
|
||||
echo "Logging in..."
|
||||
buildah login -u "$USERNAME" -p "$PASSWORD" --tls-verify=false --storage-driver=vfs "$REGISTRY"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user