Updating CICD Workflow
هذا الالتزام موجود في:
4
.github/workflows/cicd.yaml
مباع
4
.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'
|
||||
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم