We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5108e58 commit 07d043cCopy full SHA for 07d043c
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -68,8 +68,8 @@ jobs:
68
# mkdir -p "$RUNNER_TEMP/bin"
69
# docker build --output="$RUNNER_TEMP/bin" -f "src/base/.devcontainer/Dockerfile.trivy.${ARCH}" .
70
# echo "$RUNNER_TEMP/bin" >> "$GITHUB_PATH"
71
- env:
72
- ARCH: '${{ matrix.arch }}'
+ # env:
+ # ARCH: '${{ matrix.arch }}'
73
- name: setup node
74
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
75
with:
0 commit comments