From 0a540d4a233f56f7c40e0c2f6c66a67a6874e637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Fr=C4=85tczak?= Date: Sun, 5 Nov 2023 16:15:36 +0100 Subject: [PATCH] more tests --- .gitea/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 12ab09d..805d8e4 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -24,6 +24,8 @@ jobs: - name: Add helm repo run: | helm repo add --username accidentallycompetent --password ${{ secret.PUBLIC_PACKAGE_WRITE }} octocloudlab https://gitea.example.com/api/packages/octocloudlab/helm + - name: Update helm repos + run: | helm repo update - name: Upload chart artifact run: |