File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed
Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 22* /dist /*
33* .db
44* .db.lock
5- npm-debug.log *
6- yarn-debug.log *
7- yarn-error.log *
85.idea
96.vscode
7+ Dockerfile
8+ filebrowser
9+ rice-box.go
10+ vendor
11+ npm-debug.log *
1012package-lock.json
13+ yarn-debug.log *
14+ yarn-error.log *
1115yarn.lock
12- vendor
13- rice-box.go
Original file line number Diff line number Diff line change 1+ project_name : filebrowser
2+
13build :
4+ env :
5+ - CGO_ENABLED=0
26 main : cmd/filebrowser/main.go
37 binary : filebrowser
48 goos :
@@ -39,4 +43,17 @@ archive:
3943 format : zip
4044
4145release :
42- disable : true
46+ disable : true
47+
48+ dockers :
49+ -
50+ goos : linux
51+ goarch : amd64
52+ goarm : ' '
53+ image : filebrowser/filebrowser
54+ skip_push : true
55+ tag_templates :
56+ - " {{ .Tag }}"
57+ - latest
58+ extra_files :
59+ - Docker.json
You can’t perform that action at this time.
0 commit comments