Compare commits
8 Commits
1.0.1
..
33ef2a2d12
| Author | SHA1 | Date | |
|---|---|---|---|
|
33ef2a2d12
|
|||
|
1c26064357
|
|||
|
c306e1db1a
|
|||
|
c40148a3e1
|
|||
|
e01287d52c
|
|||
|
feb33eb0dc
|
|||
|
d03c9283b1
|
|||
|
12909ec275
|
@@ -64,15 +64,6 @@ jobs:
|
|||||||
if: inputs.skip_shared_secrets_deployment != 'true'
|
if: inputs.skip_shared_secrets_deployment != 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_actions/.gitea/actions/extract-namespace-from-repo-name@0.0.1
|
|
||||||
id: namespace
|
|
||||||
with:
|
|
||||||
repo: ${{ github.repository }}
|
|
||||||
- uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0
|
|
||||||
- uses: azure/k8s-set-context@89b837d75b40a7bd2ddafde837473c212db8b313 # v5.0.0
|
|
||||||
with:
|
|
||||||
method: kubeconfig
|
|
||||||
kubeconfig: ${{ secrets.KUBECONFIG }}
|
|
||||||
- name: Set restic backup secret
|
- name: Set restic backup secret
|
||||||
uses: azure/k8s-create-secret@6e0ba8047235646753f2a3a3b359b4d0006ff218 # v5.0.1
|
uses: azure/k8s-create-secret@6e0ba8047235646753f2a3a3b359b4d0006ff218 # v5.0.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -5,9 +5,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- ".gitea/workflows/deploy.yaml"
|
- ".gitea/workflows/cd.yaml"
|
||||||
- ".gitea/workflows/validate.yaml"
|
- ".gitea/workflows/ci.yaml"
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|||||||
Reference in New Issue
Block a user