This commit is contained in:
2025-07-05 16:36:13 -07:00
parent beaec5eb42
commit b9bf47187c

View File

@@ -150,13 +150,13 @@ jobs:
# Build metadata file # Build metadata file
cat <<EOF > "$infofile" cat <<EOF > "$infofile"
{ {
"version": "$version", "version": "$version",
"commit": "$(git rev-parse HEAD)", "commit": "$(git rev-parse HEAD)",
"build_time": "$(date -u +'%Y-%m-%dT%H:%M:%SZ')", "build_time": "$(date -u +'%Y-%m-%dT%H:%M:%SZ')",
"image_tag": "gitea.fithwum.tech/fithwum/debian-base:$version" "image_tag": "gitea.fithwum.tech/fithwum/debian-base:$version"
} }
EOF EOF
done done
- name: Commit and push changelogs if changed - name: Commit and push changelogs if changed