使用 .NET Aspire 来编排资源 #7

Merged
LittleSheep merged 11 commits from refactor/aspire into master 2025-09-17 17:13:55 +00:00
Showing only changes of commit 71fe2a30e7 - Show all commits

View File

@@ -39,7 +39,7 @@ jobs:
IMAGES=( "sphere" "pass" "ring" "drive" "develop" ) IMAGES=( "sphere" "pass" "ring" "drive" "develop" )
for image in "${IMAGES[@]}"; do for image in "${IMAGES[@]}"; do
IMAGE_NAME="ghcr.io/${{ vars.PACKAGE_OWNER }}/dyson-$image:latest" IMAGE_NAME="ghcr.io/${{ vars.PACKAGE_OWNER }}/dyson-$image:alpha"
SOURCE_IMAGE_NAME="$image:latest" # Aspire's default local image name SOURCE_IMAGE_NAME="$image:latest" # Aspire's default local image name
echo "Tagging and pushing $SOURCE_IMAGE_NAME to $IMAGE_NAME..." echo "Tagging and pushing $SOURCE_IMAGE_NAME to $IMAGE_NAME..."