add release-tag action with prefix matching
/ create-package (push) Failing after 17s
Details
/ create-package (push) Failing after 17s
Details
parent
ff8179b8d6
commit
30d07fde46
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue