.gitea/workflows/helmfile.yaml aktualisiert
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 56s

This commit is contained in:
tim
2024-10-22 23:02:38 +02:00
parent 1d2a562952
commit 1569eda254

View File

@@ -20,14 +20,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
# Step 2: Log in to Gitea Docker Registry using CI Variables
- name: Login to Docker
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.CI_JOB_TOKEN }}
# Step 2: Set up Kubernetes configuration (optional - depends on where your cluster is)
- name: Set up kubeconfig
env: