Skip to content

Repository files navigation

setup-docker-caching

Set up Docker Buildkit in GitHub Actions to use the new experimental GitHub Actions cache backend:

This action won't be necessary once those pull requests are included in official releases of Docker.

Usage

In a GitHub Actions workflow:

jobs:
build:
steps:
- uses: benesch/setup-docker-caching@master
- run: docker buildx build --cache-from type=gha --cache-to type=gha PATH

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages