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