Skip to content

Commit

Permalink
Merge pull request #32 from shaneknapp/test-build-push-pr-creation
Browse files Browse the repository at this point in the history
trigger an image build, see if i fixed things
  • Loading branch information
shaneknapp authored Jul 23, 2024
2 parents 8690fc6 + e88b32b commit 67d07cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ jobs:
REPO_DIR: /srv/repo

- name: print the image name
if: steps.changed-files.outputs.any_changed == 'true'
run: |
echo ${{ steps.build-and-push.outputs.IMAGE_SHA_TAG }}
- name: Save image tag as an artifact
if: steps.changed-files.outputs.any_changed == 'true'
run: echo ${{ steps.build-and-push.outputs.IMAGE_SHA_TAG }} > image-tag.txt
- uses: actions/upload-artifact@v4
with:
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 67d07cd

Please sign in to comment.