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 don't have variable support yet. That would come in #1002. However the invocationImage field is optional now (and will be deprecated in the next release) and the tag no longer requires you to put the version in it, so the manifest can now look like this
Closing now that we have workarounds for most of this, such as porter build --version --name, porter publish --registry --tag --reference, and the ability to set custom metadata and reference it with templating (#1899).
If there is additional scenarios we need to support, let's open a new issue.
Is there a way to do variable references in
porter.yaml
file. for example in theporter.yaml
in this code snippet if we could declare
0.1.0
in variable and reference that in three places would be good for us.The text was updated successfully, but these errors were encountered: