diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index 51ace0f23..47da73c6f 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Build images run: make images