We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481d017 commit 4a630cbCopy full SHA for 4a630cb
.github/workflows/official_release_docker.yml
@@ -32,6 +32,8 @@ jobs:
32
architecture: x64
33
- name: Checkout TorchServe
34
uses: actions/checkout@v3
35
+ with:
36
+ submodules: recursive
37
- name: Login to Docker
38
env:
39
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
0 commit comments