You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The github actions job pull-and-cache-images doesn't work as intented:
runs twice if compose files are modified
only cache the docker images but doesn't seems to restore them correctly in other workflow, i.e. just restore the tar file but not doing docker load command to restore the docker images
Need to revise the github actions job to make sure it caches the docker images once if any images in the compose files are updated and properly restore the cache and load them as docker images in other workflows.
Motivation
This section should indicate what value we are receiving from it.
Tasks
Medium-level task that needs to be implemented for this feature request to be considered complete.
Acceptance criteria
List tests that need to be implemented or checks to consider this task completed.
Risks
These are risks that may prevent completion of the task as well as areas to pay special attention to
Remember to
Add the documentation label in case there is an impact on the documentation
Add priority and team labels
Add Task for updating the Runbook or adding/updating existing metrics and alerts.
The text was updated successfully, but these errors were encountered:
Description
The github actions job
pull-and-cache-images
doesn't work as intented:docker load
command to restore the docker imagesNeed to revise the github actions job to make sure it caches the docker images once if any images in the compose files are updated and properly restore the cache and load them as docker images in other workflows.
Motivation
This section should indicate what value we are receiving from it.
Tasks
Acceptance criteria
Risks
Remember to
documentation
label in case there is an impact on the documentationpriority
andteam
labelsThe text was updated successfully, but these errors were encountered: