diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0402c42..ebb4c2f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ on: pull_request: jobs: - buildANDpush: + build_and_push_image: steps: - name: checkout code uses: actions/checkout@v5.0.0 @@ -21,9 +21,8 @@ jobs: push: true tags: ahmedhesham301/nginx:latest - # ci: - # needs: buildANDpush - # runs-on: ubuntu - # steps: - # - name: install ghaymah cli - # run: echo hello + ci: + needs: deploy_to_ghaymah + steps: + - name: install ghaymah cli + run: gy