docker: Improve git tag/ commit hash integration

This commit is contained in:
OpenSauce04
2026-01-11 14:41:09 +00:00
committed by OpenSauce
parent ce02bd6630
commit 15041eca5f
2 changed files with 20 additions and 3 deletions
+4
View File
@@ -292,6 +292,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install tools
run: apk add bash
- name: Fix git ownership
run: git config --global --add safe.directory .
- name: Build Docker image
run: ./.ci/docker.sh
- name: Move Docker image to artifacts directory