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
What did you have in mind exactly? We could certainly add an input to govern a --no-cache parameter. Can you explain what you mean by "much nicer action"?
Oh, I just meant a proper Github Action is much nicer than handwriting all the docker commands myself :)
We are in the process of converting a number of setups from Travis-CI to Github Actions, and this is one that needs --no-cache. Perhaps others will need other docker options, so the simplest solution might be to just add something like a docker-build-options: input to handle cases like these?
Currently, the docker step of our workflow is just a bunch of commands in a
run: |
, so I wanted to try updating to this much nicer action instead.However some of our images require
--no-cache
, and thus the builds fail. Is it possible to pass such options to the build?The text was updated successfully, but these errors were encountered: