From 03e06aff0177af1028c43fdc0e3554424a0f3d3d Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Sat, 2 Mar 2024 08:25:55 -0500 Subject: [PATCH] Fixed VM name --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ce5be1f..6f2a338 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -81,9 +81,9 @@ task: push_script: | if [[ -z "$LATEST" ]] then - tart push "$MACOS_VERSION-base:$XCODE_VERSION" ghcr.io/cirruslabs/macos-$MACOS_VERSION-xcode:$XCODE_VERSION + tart push "$MACOS_VERSION-xcode:$XCODE_VERSION" ghcr.io/cirruslabs/macos-$MACOS_VERSION-xcode:$XCODE_VERSION else - tart push "$MACOS_VERSION-base:$XCODE_VERSION" ghcr.io/cirruslabs/macos-$MACOS_VERSION-xcode:$XCODE_VERSION ghcr.io/cirruslabs/macos-$MACOS_VERSION-xcode:latest + tart push "$MACOS_VERSION-xcode:$XCODE_VERSION" ghcr.io/cirruslabs/macos-$MACOS_VERSION-xcode:$XCODE_VERSION ghcr.io/cirruslabs/macos-$MACOS_VERSION-xcode:latest fi always: cleanup_script: