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

This commit is contained in:
2025-10-16 10:15:42 +00:00
parent e7ffed2a33
commit e48e158490

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 }}-build${{ gitea.run_number }}
tags: git.kluster.moll.re/remoll/dns:${{ steps.version.outputs.BUILD_NAME }}-build.${{ gitea.run_number }}
push: true