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

Commit 1a53b7d

Browse files
committed
2 parents a4110a3 + 2974b7f commit 1a53b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
context: .
134134
labels: ${{ steps.meta.outputs.labels }}
135135

136+
- name: Check runtime
137+
run: for i in ${{ steps.meta.outputs.tags }}; do docker run ${i} --version; done
138+
136139
- name: Upload build files
137140
uses: actions/upload-artifact@v3
138141
with:

0 commit comments

Comments
 (0)