From 28530b5fdeb7cd80f12a5f2973e0efd8d26bb32a Mon Sep 17 00:00:00 2001 From: JulianBihl <49682625+JulianBihl@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:56:05 +0100 Subject: [PATCH] automatic docker-publish action pulls submodules recursively --- .github/workflows/docker-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 22ba16e..1aa5799 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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