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 22cf250 commit 548c4f7Copy full SHA for 548c4f7
.github/workflows/ci.yml
@@ -17,5 +17,7 @@ jobs:
17
with:
18
username: ${{ secrets.DOCKERHUB_USERNAME }}
19
password: ${{ secrets.DOCKERHUB_TOKEN }}
20
+ - name: Checkout
21
+ uses: actions/checkout@v2
22
- name: Build and push
23
run: tools/build utils and tools/push utils
0 commit comments