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: |