From 9a0518fe1175718004899f7804389cb032576f99 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Wed, 29 Jan 2025 18:20:04 +0300 Subject: [PATCH] Fixes --- .github/actions/action.yml | 2 +- .github/actions/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 03885c7..3684008 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -18,7 +18,7 @@ runs: steps: - name: Build image env: - VERSION: ${{ inputs.version }} + MARIADB_VER: ${{ inputs.version }} LATEST: ${{ inputs.latest }} LATEST_MAJOR: ${{ inputs.latest_major }} run: | diff --git a/.github/actions/release.sh b/.github/actions/release.sh index 00f511a..dee4fdb 100755 --- a/.github/actions/release.sh +++ b/.github/actions/release.sh @@ -3,7 +3,7 @@ set -exo pipefail if [[ "${GITHUB_REF}" == refs/heads/master || "${GITHUB_REF}" == refs/tags/* ]]; then - minor_ver="${VERSION%.*}" + minor_ver="${MARIADB_VER%.*}" major_ver="${minor_ver%.*}" tags=("${minor_ver}")