Skip to content

Commit

Permalink
feat: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
linkxzhou committed Apr 21, 2024
1 parent e0c4a03 commit ec06d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "::set-output name=time::$(date +'%Y%m%d%H')"
echo "::set-output name=tag::${GITHUB_REF#refs/*/}"
- name: Build
run: go mod tidy && go build .
Expand Down

0 comments on commit ec06d29

Please sign in to comment.