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
we already set pointer to the git commit from which image was built. However, we don't touch the image description, which currently means that most of our images use default value - "Seravo Ubuntu basebox" as value. This is confusing.
We should add new input to the action, for the description. If easily doable, by default we could just remove the description (when input is empty string), but if it's set, we could use it to override the value we've set previously.
The text was updated successfully, but these errors were encountered:
In
actions/docker-build/action.yml
Line 38 in 257781b
We should add new input to the action, for the description. If easily doable, by default we could just remove the description (when input is empty string), but if it's set, we could use it to override the value we've set previously.
The text was updated successfully, but these errors were encountered: