From d93ecaa3e07c814e38621ce76314b4f415b38b16 Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Thu, 14 Nov 2024 11:23:55 +0000 Subject: [PATCH] changed staging image_version to comply to semver2 #161 --- .github/workflows/build-publish-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-staging.yaml b/.github/workflows/build-publish-staging.yaml index 32e4314ed..9502c41e6 100644 --- a/.github/workflows/build-publish-staging.yaml +++ b/.github/workflows/build-publish-staging.yaml @@ -40,7 +40,7 @@ jobs: - name: Build Image Tag id: build_image_tag - run: echo "image_version=${{ steps.date.outputs.today }}-${{github.run_number}}-${{ steps.commit_hash.outputs.short }}" >> $GITHUB_OUTPUT + run: echo "image_version=${{ steps.date.outputs.today }}.${{github.run_number}}.${{ steps.commit_hash.outputs.short }}" >> $GITHUB_OUTPUT - name: Build Container Image Metadata id: meta