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 problem I have is: when running this workflow locally, /mnt/act_runner/buildah-cache usually does not exist. I have tried using an env variable, but seems this is not supported (and the runner takes "${{ env.BUILDAH_CACHE }}" as a literal, complaining it is not a valid name - which is true). Is this a use case that is not supported, or am I doing something wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my github workflow I am running everything though podman-in-podman. In the workflow I have the following block:
The problem I have is: when running this workflow locally, /mnt/act_runner/buildah-cache usually does not exist. I have tried using an env variable, but seems this is not supported (and the runner takes "${{ env.BUILDAH_CACHE }}" as a literal, complaining it is not a valid name - which is true). Is this a use case that is not supported, or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions