Skip to content

Commit

Permalink
Fixes in docker build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Era-Dorta committed Jan 4, 2025
1 parent b62ef33 commit b0e3755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b0e3755

Please sign in to comment.