From 1dac89ec6afacf7dd708bd987a56fbab47678e6d Mon Sep 17 00:00:00 2001 From: Bitcoin Tools <156422466+bitcoin-tools@users.noreply.github.com> Date: Sun, 5 May 2024 12:43:41 -0400 Subject: [PATCH] checkout full history of repo to pull tags --- .github/workflows/push_release_images.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push_release_images.yaml b/.github/workflows/push_release_images.yaml index 21ae42c72..1d1865b4a 100644 --- a/.github/workflows/push_release_images.yaml +++ b/.github/workflows/push_release_images.yaml @@ -24,6 +24,8 @@ jobs: - {container: 'opensuse', dockerfile: 'Dockerfile_opensuse'} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Extract tag name run: | if [[ "${{ github.event_name }}" == "release" ]]; then