Creating Github Action CI/CD Workflow
فشلت بعض الفحوصات
Auto Deploy to Ghaymah / build-test-deploy (push) Failing after 52s

هذا الالتزام موجود في:
ahmedgamalyousef
2025-10-07 21:10:04 +03:00
الأصل bb46ad1de4
التزام 9059c1111b

عرض الملف

@@ -72,12 +72,12 @@ jobs:
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }} org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
org.opencontainers.image.revision=${{ github.sha }} org.opencontainers.image.revision=${{ github.sha }}
# Step 8: Install Ghaymah CLI # # Step 8: Install Ghaymah CLI
- name: Install Ghaymah CLI # - name: Install Ghaymah CLI
run: | # run: |
echo "📥 Installing Ghaymah CLI..." # echo "📥 Installing Ghaymah CLI..."
curl -fsSL https://cli.ghaymah.systems/install.sh | sh # curl -fsSL https://cli.ghaymah.systems/install.sh | sh
echo "✅ Ghaymah CLI installed" # echo "✅ Ghaymah CLI installed"
# Step 9: Configure Ghaymah # Step 9: Configure Ghaymah
- name: Configure Ghaymah deployment - name: Configure Ghaymah deployment