Skip to content

Commit

Permalink
fix: temporarily disable docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jan 16, 2023
1 parent 6c8512f commit 394ff40
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
python-version: 3.9
poetry-version: 1.3.1
pypi-token: ${{ secrets.PYPI_TOKEN }}
- if: ${{ steps.semanticrelease.outputs.released == 'true' }}
uses: cihelper/action-docker-publish@v1
name: "Docker CPU"
with:
version: ${{ format('v{0}', steps.semanticrelease.outputs.version) }}
dockerfile: Dockerfile
- if: ${{ steps.semanticrelease.outputs.released == 'true' }}
uses: cihelper/action-docker-publish@v1
name: "Docker CUDA"
with:
version: ${{ format('v{0}', steps.semanticrelease.outputs.version) }}
tag-suffix: "-cuda"
dockerfile: Dockerfile.cuda
# - if: ${{ steps.semanticrelease.outputs.released == 'true' }}
# uses: cihelper/action-docker-publish@v1
# name: "Docker CPU"
# with:
# version: ${{ format('v{0}', steps.semanticrelease.outputs.version) }}
# dockerfile: Dockerfile
# - if: ${{ steps.semanticrelease.outputs.released == 'true' }}
# uses: cihelper/action-docker-publish@v1
# name: "Docker CUDA"
# with:
# version: ${{ format('v{0}', steps.semanticrelease.outputs.version) }}
# tag-suffix: "-cuda"
# dockerfile: Dockerfile.cuda

0 comments on commit 394ff40

Please sign in to comment.