Skip to content

benesch/setup-docker-caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published