Skip to content

Commit

Permalink
Update build_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Jun 14, 2024
1 parent 7873efe commit 83273e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set artifact identifier
run: |
platform=$(echo ${{ matrix.platform }} | tr / -)
echo "artifact_identifier=$platform" >> "$GITHUB_ENV"
echo "ARTIFACT_IDENTIFIER=$platform" >> "$GITHUB_ENV"
- name: Export digest
run: |
mkdir -p /tmp/digests
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: "digest-${artifact_identifier}"
name: "digest-${{ env.ARTIFACT_IDENTIFIER}}"
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 83273e1

Please sign in to comment.