action-docker-layer-caching icon indicating copy to clipboard operation
action-docker-layer-caching copied to clipboard

[CAUTION] This repository is not actively maintained. / Enable Docker layer caching in your GitHub Actions workflow.

Results 44 action-docker-layer-caching issues
Sort by recently updated
recently updated
newest added

Hopefully resolves https://github.com/satackey/action-docker-layer-caching/issues/17 and https://github.com/satackey/action-docker-layer-caching/issues/49. Images can be pulled by SHA, but these don't get tagged, e.g.: ``` ruby:2.7.2-slim-buster@sha256:b9eebc5a6956f1def4698fac0930e7a1398a50c4198313fe87af0402cab8d149 ``` We can't then use the repo plus non-existent tag to...

Hi, The image bellow shows that this plugin makes the build really slower. When I run without the plugin, I get better results. Im sure the problem is on my...

Caching using actions/cache v1.x limits cacheable events to `push` and `pull_request` as described here: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache Using actions/cache v2.x will allow cacheable workflows on any event that has a GITHUB_REF. At...

enhancement

At https://github.com/step-security/secure-workflows we are building a knowledge-base (KB) of GITHUB_TOKEN permissions needed by different GitHub Actions. When developers try to set minimum token permissions for their workflows, they can use...

It will be useful when you don't want to lose time to save cache. For example, I want to skip saving cache when previous action was failed. I can specify...

enhancement

I build plenty of PHP extension and I think it is larger that 5GB. I get the following output: > Error response from daemon: write /var/lib/docker/tmp/docker-export-122249911/afb84dc4c4395339966/layer.tar: no space left on...

bug

My workflow fails due to an out-of-memory issue during the Post Run step. I am wondering whether there is something simple I can do like point to another place which...

The workflow release.yml is referencing action satackey/push-prebuilt-action using references v0.2.0-beta3. However this reference is missing the commit [0c027b66503f3857cb4e5cfb71633cc54dbd1ec6](https://github.com/satackey/push-prebuilt-action/commits/0c027b66503f3857cb4e5cfb71633cc54dbd1ec6) which may contain fix to the some vulnerability. The vulnerability fix that...

**Describe the bug** creating the cache and filling it throwing errors **To Reproduce** Use example from README Run action Observe errors **Expected behavior** Working cache **Debug logs** https://github.com/valentijnscholten/django-DefectDojo/runs/1167379775?check_suite_focus=true ``` Run...

bug

Hello 👋 Firstly, thank you for work on this 💙 We're using it all over the place at [Exercism](https://github.com/exercism) and it's proving to be a brilliant tool. One thing I'm...

enhancement