Skip to content

Commit

Permalink
- dockerhub login
Browse files Browse the repository at this point in the history
  • Loading branch information
emattei committed Jan 29, 2025
1 parent 37baa3d commit 22bc51c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-kallisto-bustools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
echo "Checking out the repository"
pwd
ls -lht
- name: log in to DockerHub
run: ${{ secrets.DOCKER_LOGIN_CMD }}
- name: Build the Docker image
run: docker build . --file docker_builder.dockerfile --tag ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_PATH }}:${{ env.TAG }}
# - name: Run tests in Docker container
Expand Down

0 comments on commit 22bc51c

Please sign in to comment.