chore: update version format to include 'v' prefix and adjust related configurations

This commit is contained in:
Kamil
2024-12-12 12:14:41 +00:00
parent 969eca4a04
commit 9de58731c0
5 changed files with 7 additions and 7 deletions

View File

@@ -69,12 +69,12 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}:${{ env.COMMIT_SHA }}
ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}
ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }}-${{ env.VERSION }}
ghcr.io/${{ github.repository }}:${{ env.VERSION }}-${{ env.BRANCH_NAME}}
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
tag_name: |
${{ env.BRANCH_NAME }}-${{ env.VERSION }}
${{ env.VERSION }}-${{ env.BRANCH_NAME }}
name: |
${{ env.BRANCH_NAME }} Release ${{ env.VERSION }}
body: |