valkey-io / valkey-container

valkey-container
BSD 3-Clause "New" or "Revised" License
87 stars 12 forks source link

Enabling schedule to build unstable images nightly. #38

Closed roshkhatri closed 1 month ago

roshkhatri commented 1 month ago

Resolves #29

Here for scheduled event type(nightly), we will filter the unstable and unstable-alpine strategy to run tests, build and publish the images nightly.

Also changes some logic to call update-dockethub-description only for new builds and avoid running it every day.

The image tagging will be done branch-wise, that is, the image tag for nightly build will be unstable and unstable-alpine and these will follow the unstable branch on the main project repo.

roshkhatri commented 1 month ago

Tested the workflows here on my main branch