Affichage version

Signed-off-by: Gato <cedric@goutailler-olivier.fr>
This commit is contained in:
2026-05-31 16:06:34 +02:00
parent 9f5012e9ea
commit 11aba5dbd0
7 changed files with 288 additions and 2 deletions
+5
View File
@@ -27,6 +27,11 @@ jobs:
id: repo
run: echo "name=$(echo '${{ gitea.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
- name: Bump version in package.json
run: |
VERSION=$(echo "${{ gitea.ref_name }}" | sed 's/^v//')
sed -i "s/\"version\": \"[^\"]*\"/\"version\": \"$VERSION\"/" package.json
- name: Build and push
uses: https://github.com/docker/build-push-action@v6
with: