fix(ci,docker): update version string and optimize Dockerfile
Some checks failed
docker / docker (push) Failing after 13s

This commit is contained in:
2025-11-20 11:18:03 +01:00
parent b0efae1514
commit 689dcb8406
2 changed files with 8 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ on:
- 'main'
env:
VERSION: ${{ github.ref_name }}-${{ github.sha }}
VERSION: ${{ github.ref_name }}-${{ github.sha[0:7] }}
jobs:
docker: