Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit a5fbba3

Browse files
committed
fix runtime test for multiple container tags
1 parent 71a0853 commit a5fbba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
labels: ${{ steps.meta.outputs.labels }}
135135

136136
- name: Check runtime
137-
run: for i in ${{ steps.meta.outputs.tags }}; do docker run ${i} --version; done
137+
run: for i in "${{ steps.meta.outputs.tags }}" ; do docker run ${i} --version; done
138138

139139
- name: Upload build files
140140
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)