Skip to content

Commit

Permalink
s/gpu/cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrej committed Nov 21, 2023
1 parent 6e7756a commit 11cba3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: push cpu image
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/cpu:latest

- name: build gpu image
run: docker-compose build gpu
- name: build cuda image
run: docker-compose build cuda

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

0 comments on commit 11cba3d

Please sign in to comment.