Skip to content

Commit 882bd7a

Browse files
authored
Update build_image.yml
1 parent 79d43f4 commit 882bd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
4545
- name: Set artifact identifier
4646
run: |
47-
platform=$(${{ matrix.platform }} | tr / -)
47+
platform=$(echo ${{ matrix.platform }} | tr / -)
4848
echo "artifact_identifier=$platform" >> "$GITHUB_ENV"
4949
- name: Export digest
5050
run: |

0 commit comments

Comments
 (0)