fix(ci,docker): update version string and optimize Dockerfile
Some checks failed
docker / docker (push) Failing after 13s
Some checks failed
docker / docker (push) Failing after 13s
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
- 'main'
|
||||
|
||||
env:
|
||||
VERSION: ${{ github.ref_name }}-${{ github.sha }}
|
||||
VERSION: ${{ github.ref_name }}-${{ github.sha[0:7] }}
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user