From e48e158490fbbe439e733524cf8741cf8eff1cd1 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Thu, 16 Oct 2025 10:15:42 +0000 Subject: [PATCH] Update .gitea/workflows/build-container.yaml --- .gitea/workflows/build-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-container.yaml b/.gitea/workflows/build-container.yaml index 5787e41..3c4483e 100644 --- a/.gitea/workflows/build-container.yaml +++ b/.gitea/workflows/build-container.yaml @@ -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