.gitea/workflows/helmfile.yaml aktualisiert
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 56s
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 56s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user