Skip to content

Commit

Permalink
Fix the URL error
Browse files Browse the repository at this point in the history
  • Loading branch information
Curious-r committed Jul 28, 2024
1 parent 41a1195 commit d83c64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
last_publish_time='@0'
response=$(curl -s -H "Authorization: Bearer ${{ secrets.DOCKER_PASSWORD }}" \
-w %{http_code} -o manifest.json \
"https://hub.docker.com/v2/repositories/cinnyapp/cinny/tags/dev/")
"https://hub.docker.com/v2/repositories/ajbura/cinny/tags/dev/")
if [ "$response" -eq 200 ]; then
last_publish_time=$(jq -r '.tag_last_pushed' manifest.json)
fi
Expand Down

0 comments on commit d83c64b

Please sign in to comment.