Summary
The user is inquiring about the necessity of logging into both GitHub Container Registry and Docker Hub for their GitHub action, referencing a requirement from Earthly's site to avoid rate-limiting when pulling public images. They are experiencing a "Build error: failed to SAVE IMAGE," which they suspect is due to their GitHub token lacking sufficient permissions for pushing images to the Docker repository. The user has granted the token permissions for deleting packages, repository access, workflow, and writing packages, and they confirm it is a classic GitHub token. They express confusion about the error mentioning "organization," as they are pushing the image as an individual user, not to an organization, and seek clarification on the purpose of the --org
flag, questioning if it is solely to specify the Earthly organization.