docker-build-cache-config-action
docker-build-cache-config-action copied to clipboard
Generate effective cache parameters for docker/build-push-action in GitHub Actions
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/int128/docker-build-cache-config-action). ## Pending Status Checks The following updates...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-fetch](https://redirect.github.com/node-fetch/node-fetch) | [`2.7.0` -> `3.3.2`](https://renovatebot.com/diffs/npm/node-fetch/2.7.0/3.3.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
## Problem to solve For some branch strategy, CI builds multiple image tags from a branch with a different build-args or arch. Here are the example cases. ### Different arch...
https://github.com/int128/docker-build-cache-config-action/issues/633
This PR allows to get the most specific cache available with fallback to all less specific ones. Also, it allows to use multiple prefixes. For example a PR would first...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fetch-mock](http://www.wheresrhys.co.uk/fetch-mock) ([source](https://redirect.github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock)) | [`9.11.0` -> `11.1.5`](https://renovatebot.com/diffs/npm/fetch-mock/9.11.0/11.1.5) | [](https://docs.renovatebot.com/merge-confidence/) |...
When you create and run a check in a merge queue, it creates a new temporary branch. It doesn't look like the cache knows to add the 'upstream' main build...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v5.0.0` -> `v6.0.0` | --- ### Release...
This pull request updates the `generateDockerFlags` function and its associated tests to dynamically determine the correct key (`scope` or `ref`) for Docker cache flags based on the `cacheType` input. This...