Updating CICD Workflow

هذا الالتزام موجود في:
ahmedgamalyousef
2025-10-07 23:10:31 +03:00
الأصل f6cb268400
التزام f96cdb4a63

عرض الملف

@@ -15,7 +15,7 @@ env:
jobs: jobs:
build-and-push: build-and-push:
name: Build and Push Docker Image name: Build and Push Docker Image
runs-on: ubuntu-latest # runs-on: ubuntu-latest
outputs: outputs:
image_tag: ${{ steps.version.outputs.IMAGE_TAG }} image_tag: ${{ steps.version.outputs.IMAGE_TAG }}
@@ -66,7 +66,7 @@ jobs:
deploy-to-ghaymah: deploy-to-ghaymah:
name: Deploy to Ghaymah name: Deploy to Ghaymah
runs-on: ubuntu-latest # runs-on: ubuntu-latest
needs: build-and-push needs: build-and-push
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'