From b0e3755225219bc36e73ccec2fc570027ddeab7d Mon Sep 17 00:00:00 2001 From: Era Dorta Date: Sun, 5 Jan 2025 00:06:16 +0100 Subject: [PATCH] Fixes in docker build in CI --- .github/workflows/docker-image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 812921a..fa127db 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -32,6 +32,7 @@ jobs: uses: actions/checkout@master with: ref: ${{ github.ref }} + fetch-depth: '0' # - name: Login to Docker Hub # uses: docker/login-action@v1 # with: @@ -43,6 +44,8 @@ jobs: DOCKER_TAG="${SIGNALBLAST_VERSION//+/-}" echo "the version is $SIGNALBLAST_VERSION" echo "the docker version is $DOCKER_TAG" + echo "SIGNALBLAST_VERSION=$SIGNALBLAST_VERSION" >> "$GITHUB_ENV" + echo "DOCKER_TAG=$DOCKER_TAG" >> "$GITHUB_ENV" - name: Build wheel run: uv build