Compare commits

..

1 Commits

Author SHA1 Message Date
t.behrendt 0da8cefbf6 ci: modernize cicd
CD / Create tag (pull_request) Successful in 5s
CI / image check (pull_request) Successful in 5s
CD / build_and_push_image (pull_request) Successful in 2m3s
CI / install-dependencies (pull_request) Successful in 11m14s
CI / build check (pull_request) Failing after 0s
CI / check format (pull_request) Successful in 22s
CI / check lint (pull_request) Successful in 22s
CI / test (pull_request) Successful in 30s
2026-05-26 20:26:17 +02:00
2 changed files with 1 additions and 11 deletions
+1 -10
View File
@@ -42,19 +42,10 @@ jobs:
build_and_push_image:
needs: create_tag
uses: https://gitea.t000-n.de/t.behrendt/gitea-workflows/.gitea/workflows/build-container.yaml@0.1.1
uses: https://gitea.t000-n.de/t.behrendt/gitea-workflows/.gitea/workflows/build-container.yaml@0.1.0
with:
registry: gitea.t000-n.de/t.behrendt
registry-user: ${{ secrets.REGISTRY_USER }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
repo-name: authentik-kubernetes-operator
tag: ${{ needs.create_tag.outputs.tag }}
deploy:
needs: build_and_push_image
uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/workflows/deploy.yaml@1.1.0
with:
k8s_dir: ./k8s
skip_helm_deployment: true
skip_shared_secrets_deployment: true
secrets: inherit
-1
View File
@@ -1 +0,0 @@
---