Skip to content

Commit

Permalink
Merge pull request #104 from OPHoperHPO/development
Browse files Browse the repository at this point in the history
Fixed workflow and updated package version to test new workflow
  • Loading branch information
OPHoperHPO authored Sep 24, 2022
2 parents 2ccf66c + ac5c6ae commit 8315803
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
file: {context}/Dockerfile.cpu
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
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.4"
version = "4.0.5"

0 comments on commit 8315803

Please sign in to comment.