GitHub 操作 - 如何参数化容器映像主机名
我有一个 GitHub 操作,其工作流程使用容器来运行它,并使用私有 docker 注册表(myhostname.com - 见下文)。
jobs:
myjob:
name: My Job
runs-on: [ some-tag-on-runners ]
container:
image: myhostname.com/dir/subdir/image:latest
我尝试使用 {{ $secrets.SOME_SECRET }} 功能参数化 myhostname.com
,但它不起作用。我需要在多个存储库中使用此工作流程,如果主机名发生更改,我希望能够仅在一个位置进行更改。在 GitHub 的文档中似乎找不到任何内容。
I have a GitHub action with a workflow that uses a container to run it, using a private docker registry (myhostname.com - see below).
jobs:
myjob:
name: My Job
runs-on: [ some-tag-on-runners ]
container:
image: myhostname.com/dir/subdir/image:latest
I tried parameterizing myhostname.com
using the {{ $secrets.SOME_SECRET }} feature but it doesn't work. I need to have this workflow in several repos and if the hostname changes I would like to be able to change it in only one place. Can't seem to find anything in the docs at GitHub.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论