int128/docker-build-cache-config
Effective cache with docker/build-push-action for pull request based development flow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/docker-build-cache-config-action@6b41b75cecc2e81696c50ae7c6c0300b51c2bee1 # v1.62.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Image repository to import/export cache | yes | — |
| cache-type | Type of cache backend (for source and destination). Can be registry, local, inline, gha and s3. | yes | registry |
| flavor | Flavor (multiline string) | no | — |
| extra-cache-from | Extra flag to cache-from | no | — |
| extra-cache-to | Extra flag to cache-to | no | — |
| pull-request-cache | Import and export a pull request cache | no | false |
| cache-key | Custom cache key (experimental) | no | — |
| cache-key-fallback | Custom cache key to fallback (experimental) | no | — |
| bake-target | Bake target name | no | docker-build-cache-config-action |
| token | GitHub token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| cache-from | cache-from parameter for docker/build-push-action |
| cache-to | cache-to parameter for docker/build-push-action |
| bake-file | Bake definition file |