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
with:
tags: ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}
suffixes: |
-amd64
-rpi
sources: |
ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-amd64
ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-rpi