From d787e87bc14fab30cfa15f3e51adbef053b3d087 Mon Sep 17 00:00:00 2001 From: Volker Date: Thu, 25 Dec 2025 23:18:50 +0100 Subject: [PATCH 1/2] use the correct version string from file --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 14cb95a..808a3ba 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -40,7 +40,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=raw,value={{version}},enable=${{ github.ref == 'refs/heads/main' }} + type=raw,value=${{ steps.version.outputs.TAG }},enable=${{ github.ref == 'refs/heads/main' }} type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }} type=ref,event=branch flavor: | From fea676069cd9b7b454b79da4b3dc806b50bacfb5 Mon Sep 17 00:00:00 2001 From: Volker Date: Thu, 25 Dec 2025 23:19:09 +0100 Subject: [PATCH 2/2] version bump 1.0.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e6d5cb8..e4c0d46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file