Skip to content

Commit

Permalink
Updated package version to test new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFox131 committed Sep 24, 2022
1 parent 0ebcff4 commit 215d301
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 215d301

Please sign in to comment.