Skip to content

Commit

Permalink
feat: enable tags
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Jul 11, 2024
1 parent 18c3d96 commit b349687
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
- id: pre-step
shell: bash
run: echo "image-tag=$(git describe --tags --always)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b349687

Please sign in to comment.