Skip to content

Commit

Permalink
chore: 调整日志以及增加运行版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yqchilde committed Jan 5, 2023
1 parent cbeed67 commit 06d21c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
export GOPROXY=https://goproxy.cn,direct
go mod tidy
make release version=${{ github.ref }}
make release version=${{ github.ref_name }}
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.19-alpine as builder

ENV GOPROXY="https://goproxy.cn,direct"
ARG VERSION
WORKDIR /app/

COPY go.mod .
Expand Down

0 comments on commit 06d21c3

Please sign in to comment.