We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92ab7a commit 3caf656Copy full SHA for 3caf656
1 file changed
.github/workflows/cross.yml
@@ -92,7 +92,7 @@ jobs:
92
tag: 'cross-x64',
93
os: 'linux',
94
arch: 'x64',
95
- docker_repo: '{{env.ghcr_repo}}',
+ docker_repo: '${{env.ghcr_repo}}',
96
docker_file: 'pkgs/ci/cross.dockerfile',
97
pkg_name: 'cross',
98
suffix: '',
0 commit comments