You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/docker.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ jobs:
31
31
registry: ${{ env.REGISTRY }}
32
32
username: ${{ github.actor }}
33
33
password: ${{ secrets.GITHUB_TOKEN }}
34
+
- name: Init Submodules
35
+
run: git submodule update --init --recursive
34
36
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
35
37
- name: Extract metadata (tags, labels) for Docker
0 commit comments