Skip to content

Commit 305c1f0

Browse files
authored
Syntax squotes
1 parent a665b06 commit 305c1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@ jobs:
184184
IFS=','; for item in $PLATFORMLIST; do echo "$item=build" >> $GITHUB_OUTPUT; done
185185
186186
- name: Download AMD64 digests
187-
if: steps.buildlist.outputs.amd64 == "build"
187+
if: steps.buildlist.outputs.amd64 == 'build'
188188
uses: actions/download-artifact@v4
189189
with:
190190
name: digests-${{ matrix.base.outname }}-amd64
191191
path: /tmp/digests/amd64
192192

193193
- name: Download ARM64 digests
194-
if: steps.buildlist.outputs.arm64 == "build"
194+
if: steps.buildlist.outputs.arm64 == 'build'
195195
uses: actions/download-artifact@v4
196196
with:
197197
name: digests-${{ matrix.base.outname }}-arm64

0 commit comments

Comments
 (0)