feat: update actions
deploy / build (push) Canceled after 54s

This commit is contained in:
2026-07-22 23:04:54 +03:30
parent 1277add118
commit e8c9fdcd1f
+3 -3
View File
@@ -6,7 +6,7 @@ on:
- "main"
env:
REGISTRY_HOST: ghcr.io
REGISTRY_HOST: registry.kloude.ir
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
jobs:
@@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Container image name (GHCR is lowercase)
- name: Container image name
run: |
owner=$(echo "${GITHUB_REPOSITORY_OWNER}" | tr '[:upper:]' '[:lower:]')
echo "IMAGE_NAME=${REGISTRY_HOST}/${owner}/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