From c364ee0bf8a9e7f22b2dfd8291faa2a34cad34a2 Mon Sep 17 00:00:00 2001 From: evangelos-ch Date: Mon, 3 Jul 2023 17:28:46 +0100 Subject: [PATCH] Update CD --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 28db61e..65a0e4f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + fetch-depth: 5 - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: