so, mal sehn
Some checks failed
Bump Version (via reusable workflow) / bump-version (push) Failing after 0s
Some checks failed
Bump Version (via reusable workflow) / bump-version (push) Failing after 0s
This commit is contained in:
19
.github/workflows/deploy-k8s-call-example.yml
vendored
Normal file
19
.github/workflows/deploy-k8s-call-example.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Deploy to Kubernetes (via reusable workflow)
|
||||
run-name: ${{ gitea.actor }} triggers deploy-k8s
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: Image tag to deploy (e.g. v1.2.3)
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
uses: tanztee/ci-cd/.github/workflows/deploy-k8s.yml@main
|
||||
with:
|
||||
tag: ${{ inputs.tag }}
|
||||
secrets:
|
||||
KUBECONFIG: ${{ secrets.KUBECONFIG }}
|
||||
REGISTRY: ${{ secrets.REGISTRY }}
|
||||
Reference in New Issue
Block a user