Skip to content

Commit eb258d8

Browse files
committed
fix ci
1 parent e3a45db commit eb258d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/docker-image.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
with:
1818
stable: 'true'
1919
go-version: '^1.13.1'
20-
- run: go get github.com/mitchellh/gox && perl build.pl
20+
- name: build
21+
run: go get github.com/mitchellh/gox && perl build.pl
2122
release:
2223
runs-on: ubuntu-latest
2324
needs: [build]

0 commit comments

Comments
 (0)