Skip to content

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFox131 committed Sep 24, 2022
1 parent 102b866 commit ac5c6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
file: "{context}/Dockerfile.cpu"
tags: |
anodev/carvekit:latest-cpu
anodev/carvekit:${{ envюrelease_version }}-cpu
anodev/carvekit:${{ env.release_version }}-cpu
- name: Build and push cuda
uses: docker/build-push-action@v3
with:
push: true
file: "{context}/Dockerfile.cuda"
tags: |
anodev/carvekit:latest-cuda
anodev/carvekit:${{ env-release_version }}-cuda
anodev/carvekit:${{ env.release_version }}-cuda

0 comments on commit ac5c6ae

Please sign in to comment.