Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrej committed Dec 8, 2023
1 parent 4641eb8 commit 0b05630
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/cpu-tpls:latest

- name: build cuda-sm_70 image
run: docker-compose build --build-arg cuda_arch_sm=70 cuda-tpls && \
docker image tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/cuda-tpls:latest \
run: |
docker-compose build --build-arg cuda_arch_sm=70 cuda-tpls
docker image tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/cuda-tpls:latest \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME_PREFIX }}/cuda-tpls_sm70:latest
- name: push cuda-sm_70 image
Expand Down

0 comments on commit 0b05630

Please sign in to comment.