Skip to content

Commit

Permalink
hope this fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jul 26, 2024
1 parent 78ab4e7 commit 73359cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
HUB: ${{ vars.HUB }}
IMAGE: ${{ vars.IMAGE }}
outputs:
image-tag: ${{ steps.build-and-push.outputs.image-tag }}
image-tag: ${{ steps.build-and-push.outputs.IMAGE_SHA_TAG }}

steps:
- name: cleanup disk space
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- matplotlib==3.7.1
- mdit-py-plugins==0.4.0
- numpy==1.24.2
- pandas==2.0.2
- pandas==2.2.2
- plotly==5.13.1
- requests==2.28.2
- scikit-image==0.19.3
Expand Down

0 comments on commit 73359cc

Please sign in to comment.