Skip to content

Commit

Permalink
rm -i flag from curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Nov 27, 2023
1 parent aeb8f14 commit 819aaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cleanup_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ delete_image() {
local repo=$2
local tag=$3

curl --silent --fail-with-body -i -X DELETE \
curl --silent --fail-with-body -X DELETE \
-H "Accept: application/json" \
-H "Authorization: JWT $HUB_TOKEN" \
"https://hub.docker.com/v2/repositories/$org/$repo/tags/$tag/"
Expand Down

0 comments on commit 819aaa4

Please sign in to comment.