Skip to content

Commit

Permalink
ci: docker镜像构建
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Jul 4, 2024
1 parent c88a5d5 commit 8a2ec2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22'
run: |
mkdir -p frontend/dist
- name: Lint
uses: golangci/golangci-lint-action@v6
Expand Down
1 change: 0 additions & 1 deletion frontend/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ package frontend

import "embed"

//nolint:typecheck
//go:embed dist
var EmbedFS embed.FS

0 comments on commit 8a2ec2c

Please sign in to comment.