Skip to content

Commit 6e9a3ec

Browse files
committed
Fix {} to {{}}
1 parent a103c70 commit 6e9a3ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ce-build-ci-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
flag_build: test
2222
runner: ernie-8gpu-2
23-
image_base: ${image_base}
23+
image_base: ${{env.image_base}}
2424

2525
test-ci-images:
2626
name: test-ci-images
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
flag_build: update
5151
runner: ernie-8gpu-1
52-
image_base: ${image_base}
52+
image_base: ${{env.image_base}}
5353

5454
update-ci-images-2:
5555
name: update-ci-images-2
@@ -58,4 +58,4 @@ jobs:
5858
with:
5959
flag_build: update
6060
runner: ernie-8gpu-2
61-
image_base: ${image_base}
61+
image_base: ${{env.image_base}}

0 commit comments

Comments
 (0)