Skip to content

Commit

Permalink
Fixed wrong version extraction bash code
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Dec 12, 2024
1 parent 047e0b5 commit 8cfc15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
echo "VERSION=${GITHUB_REF#refs/tags/}" >> "$GITHUB_OUTPUT"
else
echo "VERSION=edge" >> "$GITHUB_OUTPUT"
fi
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 8cfc15a

Please sign in to comment.