Skip to content

Commit eb5d163

Browse files
Updates for CI/CD
1 parent 93cae2a commit eb5d163

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
docker buildx build \
8181
-t kitware/batbot:${{ env.IMAGE_TAG }} \
82-
-t ghcr.io/Kitware/batbot:${{ env.IMAGE_TAG }} \
82+
-t ghcr.io/kitware/batbot:${{ env.IMAGE_TAG }} \
8383
--platform linux/amd64 \
8484
--push \
8585
.
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
docker buildx build \
9292
-t kitware/batbot:latest \
93-
-t ghcr.io/Kitware/batbot:latest \
93+
-t ghcr.io/kitware/batbot:latest \
9494
--platform linux/amd64 \
9595
--push \
9696
.

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
run: |
8585
pip install --upgrade pip
8686
pip install wheel
87-
ls
88-
ls dist
87+
find .
8988
pip install dist/*.whl
9089
9190
- name: Test module

0 commit comments

Comments
 (0)