Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Apr 1, 2024
1 parent 5c71b22 commit cb596d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build docker image
uses: ./.github/actions/build-docker-image
with:
snapatac2-version: ${{ steps.get-version.outputs.VERSION_NUMBER }}
snapatac2-version: ${{ env.VERSION_NUMBER }}
python-version: 3.11
username: ${{ secrets.dockerhub_username }}
password: ${{ secrets.dockerhub_token }}
Expand Down

0 comments on commit cb596d6

Please sign in to comment.