Skip to content

CareerJSM/gh-action-docker-state

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-action-docker-state

GitHub Action to restore/save /var/lib/docker directory.

Only supported on linux platform with docker installed

Usage

name: ci
on: push
jobs:
  list-images:
    runs-on: ubuntu-latest
    steps:
      - uses: win-t/gh-action-docker-state@v1
      - name: Inspect images
        run: |
          docker images
          docker pull nginx
          docker images

docker pull nginx only will pull from registry on the first run

About

github action to cache /var/lib/docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%