feat: update actions
Release Chart / release (push) Failing after 6s
deploy / build (push) Failing after 9m7s

This commit is contained in:
2026-07-22 23:08:55 +03:30
parent 68df4be67c
commit b74fb06b87
3 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Container image name
run: |
owner=$(echo "${GITHUB_REPOSITORY_OWNER}" | tr '[:upper:]' '[:lower:]')
echo "IMAGE_NAME=${REGISTRY_HOST}/kloude/kks/provider-plugin" >> "$GITHUB_ENV"
echo "IMAGE_NAME=${REGISTRY_HOST}/kloude/kks-provider-plugin" >> "$GITHUB_ENV"
echo "APP_VERSION=$(grep '^appVersion:' charts/kks-provider-plugin/Chart.yaml | awk '{print $2}' | tr -d '\"')" >> "$GITHUB_ENV"
- uses: docker/setup-buildx-action@v3