Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 committed Apr 23, 2024
1 parent 42844a5 commit c8c10ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: "${{ env.APP_NAME }} -- Inspect tar image with skopeo"
run: |
for arch in $(echo "${${{ steps.set_args.outputs.platforms }}//[linux\/\,]/})"; do
for arch in $(echo "${${{ steps.set_args.outputs.platforms }}//[linux\/\,]/}"); do
echo $arch
done
Expand Down

0 comments on commit c8c10ae

Please sign in to comment.