From 8ad878aad74705456cc08186a90e84202d3dcf50 Mon Sep 17 00:00:00 2001 From: Roland Fredenhagen Date: Thu, 15 Jun 2023 01:59:47 +0200 Subject: [PATCH] ci: do not clone submodules recursively --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3dc032b..bec38aa 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 with: - submodules: recursive + submodules: true - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request'