Skip to content

Commit

Permalink
ci: disable release
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Sep 19, 2024
1 parent c74efc8 commit cbf6394
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:
echo "Latest PyPI version is: $pypi_version"
echo "VERSION=$pypi_version" >> $GITHUB_ENV
- name: Docker Build and Push
run: |
export RELEASE_VERSION=$(echo ${{ steps.release-status.outputs.tag }} | cut -c 2-)
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
docker buildx create --name mybuilder --platform linux/amd64 --use
docker buildx build --push --platform linux/amd64 -t mbari/sdcat:${{ env.VERSION }}-cuda124 --label GIT_VERSION=${{ env.VERSION }} --label IMAGE_URI=mbari/sdcat:${{ env.VERSION }}-cuda124 -f docker/Dockerfile.cuda .
# - name: Docker Build and Push
# run: |
# export RELEASE_VERSION=$(echo ${{ steps.release-status.outputs.tag }} | cut -c 2-)
# docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
# docker buildx create --name mybuilder --platform linux/amd64 --use
# docker buildx build --push --platform linux/amd64 -t mbari/sdcat:${{ env.VERSION }}-cuda124 --label GIT_VERSION=${{ env.VERSION }} --label IMAGE_URI=mbari/sdcat:${{ env.VERSION }}-cuda124 -f docker/Dockerfile.cuda .
# docker buildx build --push --platform linux/amd64 -t mbari/sdcat:${{ env.VERSION }} --label GIT_VERSION=${{ env.VERSION }} --label IMAGE_URI=mbari/sdcat:${{ env.VERSION }} -f docker/Dockerfile .
push_readme_to_dockerhub:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cbf6394

Please sign in to comment.