Update .gitea/workflows/build-container.yaml
All checks were successful
Build container / Build (push) Successful in 34s

This commit is contained in:
2025-10-16 09:57:26 +00:00
parent bd881a4b7a
commit e7ffed2a33

View File

@@ -46,5 +46,5 @@ jobs:
with:
context: .
# use the current commit SHA as the tag
tags: git.kluster.moll.re/remoll/dns:${{ steps.version.outputs.BUILD_NAME }}-${{ gitea.run_number }}
tags: git.kluster.moll.re/remoll/dns:${{ steps.version.outputs.BUILD_NAME }}-build${{ gitea.run_number }}
push: true