Skip to content

Commit

Permalink
correct developer-cuda name
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrej committed Dec 12, 2023
1 parent 173eec3 commit a650667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/cuda-tpls-sm70:latest

- name: build developer-cuda-sm70 image
run: docker-compose build --build-arg base_image=cuda-tpls-sm70 developer-cuda-sm70
run: docker-compose build --build-arg base_image=cuda-tpls-sm70 developer-cuda

- name: push developer-cuda-sm70 image
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/developer-cuda-sm70:latest

0 comments on commit a650667

Please sign in to comment.