Skip to content

Commit daa3b22

Browse files
committed
make build-linux before building docker image
1 parent a294305 commit daa3b22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-hub.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10+
- name: Build
11+
run: make build-linux
1012
- name: Publish latest to Registry
1113
uses: elgohr/Publish-Docker-Github-Action@master
1214
with:

0 commit comments

Comments
 (0)