Skip to content

Commit

Permalink
automatic docker-publish action pulls submodules recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBihl authored Oct 29, 2023
1 parent 425c12c commit 28530b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
Expand Down

0 comments on commit 28530b5

Please sign in to comment.