Skip to content

Commit 548c4f7

Browse files
committed
update action
1 parent 22cf250 commit 548c4f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
with:
1818
username: ${{ secrets.DOCKERHUB_USERNAME }}
1919
password: ${{ secrets.DOCKERHUB_TOKEN }}
20+
- name: Checkout
21+
uses: actions/checkout@v2
2022
- name: Build and push
2123
run: tools/build utils and tools/push utils

0 commit comments

Comments
 (0)