diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 6a68e88..d38f3d0 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -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 diff --git a/environment.yml b/environment.yml index 287161b..ac359d7 100644 --- a/environment.yml +++ b/environment.yml @@ -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