add release-tag action with prefix matching
/ create-package (push) Failing after 17s Details

main
Fabrice Roublot 2024-10-15 17:46:17 +02:00
parent ff8179b8d6
commit 30d07fde46
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ jobs:
echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_ENV
- name: Print the version number (for debugging)
run: echo "Version number: ${{ env.VERSION_NUMBER }}"
run: |
echo "Version number: ${{ env.VERSION_NUMBER }}"
- name: Docker Build
uses: https://github.com/docker/build-push-action@v4