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