fix(ci): update version string
Some checks failed
docker / docker (push) Failing after 28s

This commit is contained in:
2025-11-20 14:03:58 +01:00
parent 689dcb8406
commit b60cd92474
2 changed files with 11 additions and 5 deletions

View File

@@ -5,13 +5,15 @@ on:
branches-ignore:
- main
env:
VERSION: ${{ github.ref_name }}-${{ github.sha[0:7] }}
jobs:
Gradle-Build:
Go-Build:
runs-on: ubuntu-latest
steps:
- name: Set VERSION env var
run: |
SHORT_SHA="${GITHUB_SHA::7}"
echo "VERSION=${GITHUB_REF_NAME}-${GITHUB_SHA::7}" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v5