Skip to content

Commit e584629

Browse files
committed
chore: fix workflow for real
1 parent 9f6a446 commit e584629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v2
34-
submodules: recursive
34+
with:
35+
submodules: recursive
3536

3637
- name: Log into registry ${{ env.REGISTRY }}
3738
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)