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:
|
||||||
@@ -51,7 +50,7 @@ jobs:
|
|||||||
version: ${{ needs.check-version.outputs.version }}
|
version: ${{ needs.check-version.outputs.version }}
|
||||||
|
|
||||||
docker-gitops:
|
docker-gitops:
|
||||||
name: New docker to the cluster
|
name: GitOps
|
||||||
needs: [docker-build-push]
|
needs: [docker-build-push]
|
||||||
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml@main
|
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user