We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8b9bb commit 56191c8Copy full SHA for 56191c8
.github/workflows/main.yml
@@ -324,7 +324,7 @@ jobs:
324
local package_name=$(echo "${image_tag}" | rev | cut -d: -f2- | cut -d/ -f1 | rev)
325
local repo_name='${{ github.repository }}'
326
local owner='${{ github.repository_owner }}'
327
- local url="https://api.github.com/orgs/${owner}/packages/container/${package_name}/versions"
+ local url="https://api.github.com/users/${owner}/packages/container/${package_name}/versions"
328
local versions_json="$(curl -s \
329
-H "X-GitHub-Api-Version: 2022-11-28" \
330
-H "Accept: application/vnd.github+json" \
0 commit comments