Skip to content

Commit

Permalink
Merge pull request #17 from blackskad/versioning-without-v
Browse files Browse the repository at this point in the history
Trim v prefix from the docker version
  • Loading branch information
blackskad authored Aug 26, 2024
2 parents c525eac + 233ccc4 commit 67f5c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if [[ "${{ github.ref_type }}" == "tag" ]]; then
VERSION=${{ github.ref_name }}
fi
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
echo "VERSION=${VERSION#v}" >> "$GITHUB_ENV"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 67f5c70

Please sign in to comment.