From 35cbe639b08737eec147323a515a017c3efee043 Mon Sep 17 00:00:00 2001 From: Shawn Thompson Date: Wed, 13 Nov 2024 08:25:25 -0500 Subject: [PATCH] fix: github actions and Jenkinsfile build --- .github/workflows/docker-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml index 54bff401..55f597e9 100644 --- a/.github/workflows/docker-cd.yml +++ b/.github/workflows/docker-cd.yml @@ -18,6 +18,8 @@ jobs: sudo apt-get update sudo apt-get install -y git - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup .git folder run: | git fetch --tags origin @@ -53,6 +55,8 @@ jobs: sudo apt-get update sudo apt-get install -y git - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup .git folder run: | git fetch --tags origin