From f96cdb4a63d132aeba3a729487bfe982fec0c497 Mon Sep 17 00:00:00 2001 From: ahmedgamalyousef Date: Tue, 7 Oct 2025 23:10:31 +0300 Subject: [PATCH] Updating CICD Workflow --- .github/workflows/cicd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 4dcacb3..e1cb488 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -15,7 +15,7 @@ env: jobs: build-and-push: name: Build and Push Docker Image - runs-on: ubuntu-latest + # runs-on: ubuntu-latest outputs: image_tag: ${{ steps.version.outputs.IMAGE_TAG }} @@ -66,7 +66,7 @@ jobs: deploy-to-ghaymah: name: Deploy to Ghaymah - runs-on: ubuntu-latest + # runs-on: ubuntu-latest needs: build-and-push if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'