We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetLatestImageTag
Also for GetLatestImageTag function ghcr.io has REST API (given you have an authorization PAT). See https://docs.docker.com/registry/spec/api/#listing-image-tags
Tried doing a curl:
curl
curl \ -H "Authorization: Bearer $(echo $PAT | base64)" \ -H "Accept: application/vnd.docker.distribution.manifest.list.v2+json" \ https://ghcr.io/v2/ubclaunchpad/inertiad/tags/list
Originally posted by @cheukyin699 in #716 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Also for
GetLatestImageTag
function ghcr.io has REST API (given you have an authorization PAT). See https://docs.docker.com/registry/spec/api/#listing-image-tagsTried doing a
curl
:Originally posted by @cheukyin699 in #716 (comment)
The text was updated successfully, but these errors were encountered: