We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a294305 + daa3b22 commit b412d44Copy full SHA for b412d44
.github/workflows/docker-hub.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
10
+ - name: Build
11
+ run: make build-linux
12
- name: Publish latest to Registry
13
uses: elgohr/Publish-Docker-Github-Action@master
14
with:
0 commit comments