Skip to content

Commit

Permalink
build: Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Apr 8, 2024
1 parent 2a44ece commit 72ca27e
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 72ca27e

Please sign in to comment.