From 82a9c8ae1902d5780a93b11c3a2a33d1ec78373c Mon Sep 17 00:00:00 2001 From: benbrummer Date: Tue, 21 Oct 2025 13:56:47 +0200 Subject: [PATCH] Correct minor version formatting in publish-image.yaml Fix formatting of minor version in image tags. Signed-off-by: benbrummer --- .github/workflows/publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 37c6a12..bcc53df 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -127,7 +127,7 @@ jobs: tags: | ${{ needs.version.outputs.version }} ${{ needs.version.outputs.major }} - ${{ needs.version.outputs.major }}${{ needs.version.outputs.minor }} + ${{ needs.version.outputs.major }}.${{ needs.version.outputs.minor }} latest - name: Create manifest list and push