Skip to content

Commit b412d44

Browse files
authored
Merge pull request #64 from phillc/releases
make build-linux before building docker image
2 parents a294305 + daa3b22 commit b412d44

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)