Skip to content

Commit

Permalink
Syntax squotes
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 19, 2024
1 parent a665b06 commit 305c1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ jobs:
IFS=','; for item in $PLATFORMLIST; do echo "$item=build" >> $GITHUB_OUTPUT; done
- name: Download AMD64 digests
if: steps.buildlist.outputs.amd64 == "build"
if: steps.buildlist.outputs.amd64 == 'build'
uses: actions/download-artifact@v4
with:
name: digests-${{ matrix.base.outname }}-amd64
path: /tmp/digests/amd64

- name: Download ARM64 digests
if: steps.buildlist.outputs.arm64 == "build"
if: steps.buildlist.outputs.arm64 == 'build'
uses: actions/download-artifact@v4
with:
name: digests-${{ matrix.base.outname }}-arm64
Expand Down

0 comments on commit 305c1f0

Please sign in to comment.