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'