From 287fd4d14526348a07d9f3b3a98a4d1ee1debe68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ma=C5=A1ek?= Date: Thu, 13 Feb 2025 21:08:43 +0100 Subject: [PATCH] fix version identification for Dockerhub --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f2fa86..1f85c49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 # get entire git history to identify Beacon version - name: Log in to Docker Hub uses: docker/login-action@v3