``` IMAGE="fflch/webapps" TOKEN=$(curl -s \ "https://ghcr.io/token?service=ghcr.io&scope=repository:${IMAGE}:pull" \ | jq -r .token) curl -s \ -H "Authorization: Bearer $TOKEN" \ "https://ghcr.io/v2/${IMAGE}/tags/list" ```