feat: add goreleaser docker image publish
This commit is contained in:
@@ -43,6 +43,18 @@ jobs:
|
||||
go-version: '>=1.20.2'
|
||||
cache: true
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: npm i
|
||||
working-directory: web/
|
||||
|
||||
- name: Run npm build
|
||||
run: export NODE_ENV=prod && npm run build
|
||||
working-directory: web/
|
||||
|
||||
- name: Check build static
|
||||
run: ls dist/ -la
|
||||
working-directory: web/
|
||||
|
||||
- name: Git File Restore
|
||||
run: git checkout .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user