Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc6bb78973 |
@@ -3,7 +3,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- feature/gitops
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -53,7 +52,7 @@ jobs:
|
|||||||
docker-gitops:
|
docker-gitops:
|
||||||
name: GitOps
|
name: GitOps
|
||||||
needs: [docker-build-push]
|
needs: [docker-build-push]
|
||||||
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml
|
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
env_json: ${{ needs.load-config.outputs.env_json }}
|
env_json: ${{ needs.load-config.outputs.env_json }}
|
||||||
|
|||||||
Reference in New Issue
Block a user