Skip to content

Commit 3caf656

Browse files
committed
ci: fix docker_repo
1 parent b92ab7a commit 3caf656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
tag: 'cross-x64',
9393
os: 'linux',
9494
arch: 'x64',
95-
docker_repo: '{{env.ghcr_repo}}',
95+
docker_repo: '${{env.ghcr_repo}}',
9696
docker_file: 'pkgs/ci/cross.dockerfile',
9797
pkg_name: 'cross',
9898
suffix: '',

0 commit comments

Comments
 (0)