Private
Public Access
10
0
This commit is contained in:
Gharekhani Ehsan
2025-12-25 16:42:22 +03:30
parent 882cad25d0
commit 2a1460ec08

View File

@@ -22,7 +22,7 @@ on:
jobs:
docker:
if: ${{ github.event.inputs.run-docker == true }}
if: ${{ github.event.inputs.run-docker }}
uses: ./.github/workflows/docker.yaml
with:
debug: ${{ github.event.inputs.debug }}
@@ -31,7 +31,7 @@ jobs:
REGISTERY_USER: ${{ secrets.REGISTERY_USER }}
REGISTERY_PASSWORD: ${{ secrets.REGISTERY_PASSWORD }}
argocd:
if: ${{ github.event.inputs.run-argocd == true }}
if: ${{ github.event.inputs.run-argocd }}
uses: ./.github/workflows/argocd.yaml
needs: docker
with: