csvalpha / amber-ui

https://csvalpha.nl
MIT License
4 stars 4 forks source link

Fix/continuous delivery #834

Open Ellen-Wittingen opened 3 months ago

Ellen-Wittingen commented 3 months ago

If the workflow fails with an error message about blobs along the lines of the following: buildx failed with: ERROR: failed to solve: [...] blob [...] then all recent cache files for staging on the Caches page need to be deleted and the workflow needs to be executed again. Instructions for this were added to the README.md.

Also added the option Perform all jobs, regardless of whether there are actual changes? to force the workflow to re-execute all its jobs. This was added because if the previous workflow run errored after staging was merged into master it will detect no changes and skip the Continuous Integration and Publish Image jobs, which means the changes won't go live.