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.
1 parent a294305 commit daa3b22Copy full SHA for daa3b22
.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