Skip to content

Commit

Permalink
Update build_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jun 14, 2024
1 parent 79d43f4 commit 882bd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Set artifact identifier
run: |
platform=$(${{ matrix.platform }} | tr / -)
platform=$(echo ${{ matrix.platform }} | tr / -)
echo "artifact_identifier=$platform" >> "$GITHUB_ENV"
- name: Export digest
run: |
Expand Down

0 comments on commit 882bd7a

Please sign in to comment.