We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703a75c commit 08a8f97Copy full SHA for 08a8f97
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- {os: linux-glibc-2.17, platform: aarch64}
31
fail-fast: false
32
runs-on: ${{ matrix.runs-on }}
33
- image: ${{ matrix.image || '' }}
+ container: ${{ matrix.image || '' }}
34
35
defaults:
36
run:
0 commit comments