Skip to content

Commit

Permalink
improve dockerfile and release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzichao committed Jan 4, 2023
1 parent 70b3543 commit 61a8b35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
goarch: [amd64]
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
id: github_context_step
run: echo '${{ toJSON(github) }}'
- name: Install go
uses: actions/setup-go@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
goos: windows
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
id: github_context_step
run: echo '${{ toJSON(github) }}'
- name: Install go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 61a8b35

Please sign in to comment.