mirror of
https://gitea.pinpod.ir/pinwar/gh-actions.git
synced 2026-09-15 14:30:14 +00:00
add argocd
This commit is contained in:
22
.github/workflows/test-full.yaml
vendored
Normal file
22
.github/workflows/test-full.yaml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: full CI
|
||||
run-name: ${{ github.actor }} run Actions 🚀
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
uses: ./.github/workflows/docker.yaml
|
||||
with:
|
||||
registry: ${{ vars.REGISTERY_ADDRESS }}
|
||||
secrets:
|
||||
REGISTERY_USER: ${{ secrets.REGISTERY_USER }}
|
||||
REGISTERY_PASSWORD: ${{ secrets.REGISTERY_PASSWORD }}
|
||||
argocd:
|
||||
uses: ./.github/workflows/argocd.yaml
|
||||
needs: docker
|
||||
with:
|
||||
debug: true
|
||||
secrets:
|
||||
ARGOCD_GIT_TOKEN: ${{ secrets.ARGOCD_GIT_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user