Skip to content

Commit

Permalink
modify image building action script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonycj committed Jun 21, 2024
1 parent 91e2f74 commit 4d2f924
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
env:
GO111MODULE: on
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Extract Tag
id: extract_tag
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit 4d2f924

Please sign in to comment.