Skip to content

Commit

Permalink
Fix Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Jan 2, 2025
1 parent b7e5772 commit 3623f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# shell: bash
run: |
if [[ $GITHUB_EVENT_NAME == "pull_request" ]]; then
echo "IMAGE_VERSION=${{ env.SemVer }}" >> $GITHUB_ENV
echo "IMAGE_VERSION=${{ env.SemVer }}" | sed 's/\./-/g' >> $GITHUB_ENV
else
echo "IMAGE_VERSION=${{ env.GitVersion_MajorMinorPatch }}" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 3623f6a

Please sign in to comment.