Skip to content

Commit ad08edb

Browse files
committed
silence actionlint shellcheck
1 parent dcd28d9 commit ad08edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_latest_release_multi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
release_image_tag="${rel//_/.}"
6060
echo "REL=$release_image_tag" >> $GITHUB_ENV
6161
- name: 'build multi image'
62-
run: buildah unshare make branch_or_ref=$TAG_REF release_tag=$REL multibuild
62+
run: buildah unshare make branch_or_ref="$TAG_REF" release_tag="$REL" multibuild
6363
- name: 'test image'
64-
run: buildah unshare make dist_name=localhost/curl-multi release_tag=$REL test
64+
run: buildah unshare make dist_name=localhost/curl-multi release_tag="$REL" test
6565
- name: 'install scan prereqs'
6666
run: /home/linuxbrew/.linuxbrew/bin/brew install grype trivy
6767
- name: 'security scan image'

0 commit comments

Comments
 (0)