diff --git a/.gitea/workflows/harbor-build-deploy.yml b/.gitea/workflows/harbor-build-deploy.yml index 380a2ba..0c25935 100644 --- a/.gitea/workflows/harbor-build-deploy.yml +++ b/.gitea/workflows/harbor-build-deploy.yml @@ -23,7 +23,7 @@ on: type: string default: linux/amd64,linux/arm64 - # ⭐ IMPORTANT CHANGE + # IMPORTANT CHANGE deploy_runners_json: description: 'JSON array of runner labels' type: string @@ -45,7 +45,7 @@ on: jobs: # ========================================================== -# 1️⃣ BUILD ONCE (single powerful runner) +# BUILD ONCE (single powerful runner) # ========================================================== build_and_push: name: 🏗 Build & Push Image @@ -80,7 +80,7 @@ jobs: username: ${{ secrets.HARBOR_PUSH_USERNAME }} password: ${{ secrets.HARBOR_PUSH_PASSWORD }} - # 🚀 Cached multi-platform build + # Cached multi-platform build - name: Build & Push Image id: build uses: docker/build-push-action@v6 @@ -100,7 +100,7 @@ jobs: # ========================================================== -# 2️⃣ DEPLOY MANY (fan-out runners) +# DEPLOY MANY (fan-out runners) # ========================================================== deploy: name: 🚀 Deploy to Fleet