Skip to content

Commit

Permalink
Merge pull request #106 from OPHoperHPO/development
Browse files Browse the repository at this point in the history
Fixed workflow and updated version
  • Loading branch information
OPHoperHPO authored Sep 24, 2022
2 parents 141ffe6 + 215d301 commit c0db3c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
file: "{context}/Dockerfile.cpu"
context: ./
file: "./Dockerfile.cpu"
tags: |
anodev/carvekit:latest-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"
context: ./
file: "./Dockerfile.cuda"
tags: |
anodev/carvekit:latest-cuda
anodev/carvekit:${{ env.RELEASE_VERSION }}-cuda
2 changes: 1 addition & 1 deletion carvekit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "4.0.6"
version = "4.0.7"

0 comments on commit c0db3c7

Please sign in to comment.