Skip to content

Commit

Permalink
Merge pull request #105 from OPHoperHPO/development
Browse files Browse the repository at this point in the history
Fixed docker workflow and updated apckage version for testing purposes
  • Loading branch information
OPHoperHPO authored Sep 24, 2022
2 parents 8315803 + 0ebcff4 commit 141ffe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion carvekit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "4.0.5"
version = "4.0.6"

0 comments on commit 141ffe6

Please sign in to comment.