We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cae2a commit eb5d163Copy full SHA for eb5d163
2 files changed
.github/workflows/docker-publish.yaml
@@ -79,7 +79,7 @@ jobs:
79
run: |
80
docker buildx build \
81
-t kitware/batbot:${{ env.IMAGE_TAG }} \
82
- -t ghcr.io/Kitware/batbot:${{ env.IMAGE_TAG }} \
+ -t ghcr.io/kitware/batbot:${{ env.IMAGE_TAG }} \
83
--platform linux/amd64 \
84
--push \
85
.
@@ -90,7 +90,7 @@ jobs:
90
91
92
-t kitware/batbot:latest \
93
- -t ghcr.io/Kitware/batbot:latest \
+ -t ghcr.io/kitware/batbot:latest \
94
95
96
.github/workflows/python-publish.yaml
@@ -84,8 +84,7 @@ jobs:
pip install --upgrade pip
86
pip install wheel
87
- ls
88
- ls dist
+ find .
89
pip install dist/*.whl
- name: Test module
0 commit comments