Fix combined build (#10264)

This commit is contained in:
Nicolas Mowen 2024-03-05 12:56:12 -07:00 committed by GitHub
parent 9e8a42ca0e
commit a174d0000f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,6 +215,6 @@ jobs:
- uses: int128/docker-manifest-create-action@v2 - uses: int128/docker-manifest-create-action@v2
with: with:
tags: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }} tags: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}
suffixes: | sources: |
-amd64 ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-amd64
-rpi ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-rpi