Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
ci: update git tag command
Browse files Browse the repository at this point in the history
  • Loading branch information
sysatom committed Jun 29, 2021
1 parent ddaf9e0 commit d4c3bd9
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 @@ -19,7 +19,7 @@ jobs:
- name: Get Github tag
id: meta
run: |
echo "::set-output name=tag::$(git describe --always)"
echo "::set-output name=tag::$(git describe --always --tags --match='v*')"
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand Down

0 comments on commit d4c3bd9

Please sign in to comment.