satackey / action-docker-layer-caching

[CAUTION] This repository is not actively maintained. / Enable Docker layer caching in your GitHub Actions workflow.
https://github.com/marketplace/actions/docker-layer-caching
MIT License
421 stars 55 forks source link

NEW FORK #347

Open jpribyl opened 1 year ago

jpribyl commented 1 year ago

⚠️ Deprecation Notice for v0.0.11 and older ⚠️

Both this and the underlying push-prebuilt-action repositories seem to be abandoned and this repo is throwing a couple deprecation warnings. I have addressed those and published a new release. Would be happy to add others on as maintainers as well if I wind up lacking time.

New repo

https://github.com/jpribyl/action-docker-layer-caching

Usage

- name: Docker Layer Caching2
  uses: jpribyl/action-docker-layer-caching@v0.1.0

Marketplace

https://github.com/marketplace/actions/docker-layer-caching2

Underlying build action

https://github.com/jpribyl/push-prebuilt-action

mendhak commented 1 year ago

Many thanks your action works! I've submitted a PR to update the README/marketplace listing if that's OK with you: https://github.com/jpribyl/action-docker-layer-caching/pull/5

esemeniuc commented 1 year ago

Thank you!