mirror of
https://gitea.pinpod.ir/pinwar/gh-actions.git
synced 2026-09-15 14:30:14 +00:00
test
This commit is contained in:
5
.github/workflows/test-full.yaml
vendored
5
.github/workflows/test-full.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
if: ${{ github.event.inputs.run-docker }}
|
||||
uses: ./.github/workflows/docker.yaml
|
||||
with:
|
||||
debug: ${{ github.event.inputs.debug }}
|
||||
debug: true
|
||||
registry: ${{ vars.REGISTERY_ADDRESS }}
|
||||
secrets:
|
||||
REGISTERY_USER: ${{ secrets.REGISTERY_USER }}
|
||||
@@ -35,7 +35,8 @@ jobs:
|
||||
uses: ./.github/workflows/argocd.yaml
|
||||
needs: docker
|
||||
with:
|
||||
debug: ${{ github.event.inputs.debug }}
|
||||
debug: true
|
||||
registry: ${{ vars.REGISTERY_ADDRESS }}
|
||||
secrets:
|
||||
ARGOCD_GIT_TOKEN: ${{ secrets.ARGOCD_GIT_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user