Skip to content

Commit

Permalink
use astrisk instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Jan 16, 2023
1 parent 75a0ab3 commit f7bb72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Get version numbers
run: |
echo "IMAGE_VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
echo "IMAGE_MAJOR=$(expr match ${GITHUB_REF_NAME} 'v\([0-9]+\)\.[0-9+]')" >> $GITHUB_ENV
echo "IMAGE_MAJOR=$(expr match ${GITHUB_REF_NAME} 'v\([0-9]*\)\.[0-9]*')" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v3
Expand Down

0 comments on commit f7bb72c

Please # to comment.