Skip to content

Commit

Permalink
checking possible issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Oct 17, 2023
1 parent ca55799 commit 933e618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Check if the version exists in the ghcr.io registry
echo "4 https://ghcr.io/v2/port-labs/port-ocean-$type/manifests/$version"
curl -s -o /dev/null -w "%{http_code}" -H "Authorization: Bearer ${GHCR_TOKEN}" "https://ghcr.io/v2/port-labs/port-ocean-$type/manifests/$version"
curl -H "Authorization: Bearer ${GHCR_TOKEN}" "https://ghcr.io/v2/port-labs/port-ocean-$type/manifests/$version"
MANIFEST=$(curl -s -o /dev/null -w "%{http_code}" -H "Authorization: Bearer ${GHCR_TOKEN}" "https://ghcr.io/v2/port-labs/port-ocean-$type/manifests/$version")
echo "5"
Expand Down

0 comments on commit 933e618

Please sign in to comment.