linear-b / gitstream-github-action

/:\ gitStream - Workflow GitHub Action
Apache License 2.0
3 stars 8 forks source link

Add option to update Docker cache key based on the number of times th… #64

Closed MishaKav closed 2 months ago

MishaKav commented 2 months ago

workerB

usage:
uses: linear-b/gitstream-github-action@v1-cache
with:
    update_times_a_day: 6

update_times_a_day = [1..24] it's mean 1 - will pull image from registry 1 time a day 4 - will pull image from registry 4 times a day 24 - will pull image from registry 24 times a day etc...

Screenshot Screenshot
in case of wrong value, will be a relevant message image