Skip to content

Commit

Permalink
update docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Taniya-Das committed Dec 3, 2024
1 parent f169bcf commit 69fc620
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
# Authenticate with Docker Hub and update description
curl -X PATCH https://hub.docker.com/v2/repositories/openml/openml-tensorflow/ \
-H "Authorization: JWT $(curl -s -X POST https://hub.docker.com/v2/users/#/ \
-H 'Content-Type: application/json' \
-d '{"username": "'"${DOCKER_USERNAME}"'", "password": "'"${DOCKER_TOKEN}"'"}' | jq -r .token)" \
-H "Authorization: Bearer ${{ secrets.ORG_DOCKERHUB_TOKEN }}" \
-H "Content-Type: application/json" \
-d "{\"full_description\": \"$DESCRIPTION\"}"
Expand Down

0 comments on commit 69fc620

Please # to comment.