Skip to content

Commit

Permalink
feat: update docker builder by github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng committed Mar 5, 2023
1 parent 75ffb27 commit 906fdbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:

- name: Install dependencies
run:
cd ./code
go mod download
cd ./code && go mod tidy

- name: Build Docker image
run: |
Expand Down

0 comments on commit 906fdbc

Please sign in to comment.