Skip to content

Commit

Permalink
update manifest name to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Nov 22, 2024
1 parent 44855cb commit e08037e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ jobs:
# This makes it easier to pull the latest test image
- name: Create and push consolidated manifest
run: |
docker manifest create ${{ vars.DOCKERHUB_USERNAME }}/sleap-cuda:test \
${{ vars.DOCKERHUB_USERNAME }}/sleap-cuda:linux-amd64-test \
docker manifest create ${{ vars.DOCKERHUB_USERNAME }}/sleap-cuda:linux-amd64-test \
${{ vars.DOCKERHUB_USERNAME }}/sleap-cuda:linux-amd64-nvidia-cuda-11.3.1-cudnn8-runtime-ubuntu20.04-test \
${{ vars.DOCKERHUB_USERNAME }}/sleap-cuda:linux-amd64-sleap-1.3.4-test \
${{ vars.DOCKERHUB_USERNAME }}/sleap-cuda:linux-amd64-${{ needs.build.outputs.git_sha }}-test
docker manifest push ${{ vars.DOCKERHUB_USERNAME }}/sleap-cuda:test
docker manifest push ${{ vars.DOCKERHUB_USERNAME }}/sleap-cuda:linux-amd64-test

0 comments on commit e08037e

Please sign in to comment.