Skip to content

Commit

Permalink
Merge pull request #1069 from mountaindude/docker-build
Browse files Browse the repository at this point in the history
build: Docker image build
  • Loading branch information
mountaindude authored Apr 8, 2024
2 parents 2a44ece + 72ca27e commit 9650a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
#export TAGTMP1=${{ github.ref }}
#export TAG=${TAGTMP1##*/}
export TAG=$(echo ${{ github.ref }} | grep -oE "[0-9]+\.[0-9]+\.[0-9]+"
export TAG=$(echo ${{ github.ref }} | grep -oP 'v\d+\.\d+\.\d+')
echo "TAG=$TAG" >> $GITHUB_ENV
#
# Debug
Expand Down

0 comments on commit 9650a27

Please sign in to comment.