Skip to content

Commit

Permalink
use any tags, not just annotated ones, to generate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Dec 22, 2023
1 parent d3681a8 commit 0b16fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0 # necessary for 'git describe' to work

- run: echo "GIT_TAG=$(git describe)" >> $GITHUB_ENV
- run: echo "GIT_TAG=$(git describe --tags)" >> $GITHUB_ENV

- uses: ./.github/actions/build-image
with:
Expand Down

0 comments on commit 0b16fe3

Please sign in to comment.