use buildinfo for version information

This commit is contained in:
Vladislav Yarmak
2025-11-20 01:43:07 +02:00
parent d50d7a41f9
commit 158243ea14
4 changed files with 13 additions and 22 deletions
-11
View File
@@ -14,16 +14,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Find Git Tag
id: tagger
uses: jimschubert/query-tag-action@v2
with:
include: 'v*'
exclude: '*-rc*'
commit-ish: 'HEAD'
skip-unshallow: 'true'
abbrev: 7
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
@@ -59,4 +49,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: 'GIT_DESC=${{steps.tagger.outputs.tag}}'