Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 13, 2024
1 parent cc40061 commit 755299a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ jobs:
touch "${{ env.DIGEST_DIR_PATH }}/${digest#sha256:}"
ls -lah ${{ env.DIGEST_DIR_PATH }}
- name: Make DIGEST_NAME unique
- name: Format DIGEST_PLATFORM
run: |
PLATFORM="${{ matrix.platform}}"
PLATFORM="${{ matrix.platform }}"
# replace slash (/) with dash (-)
echo "DIGEST_PLATFORM=${PLATFORM//\//-}" >> $GITHUB_ENV
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: ${{ env.DIGEST_NAME }}-${{ DIGEST_PLATFORM }}
name: ${{ env.DIGEST_NAME }}-${{ env.DIGEST_PLATFORM }}
path: ${{ env.DIGEST_DIR_PATH }}/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 755299a

Please sign in to comment.