-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
are actions still cached #315
Comments
it appears as per the above commit that action images are no longer cached. If that is so then it's probably also unnecessary to publish images to docker hub in the first place, unless we're going the manual route. Have to double check this, then ask support. |
above commits confirm that images are no longer pulled from docker hub, unless |
AFAIK, the old, HCL-based GitHub actions would pull, not build, images for GitHub actions from Docker Hub when action images would be pushed and tagged properly (via the actions action). For example, action "GCP Authenticate" { would just pull docker://github/gcloud-auth:d124d4b82701480dc29e68bb73a87cfb2ce0b469. For actions with bigger docker images, this could save a considerable amount of time. This feature appears to be gone now. Unless I specifically This makes things easier, and the old magical way of tagging docker images with git shas and refs was always a bit weird. I just want to know whether this feature: Also, perhaps other people might stumble over this and it might be worth pointing out this change in the docs? |
maybe there's enough caching out of the box in the new gh actions
The text was updated successfully, but these errors were encountered: