Attempt #3 to fix matrix.database Docker image suffix.

This commit is contained in:
Orne Brocaar 2024-10-30 11:37:41 +00:00
parent 3d470c6a14
commit 9bf78eebfd

View File

@ -108,7 +108,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
chirpstack/${{ github.event.repository.name }}${{ matrix.database != 'postgres' && format('-{0}', matrix.database) }}
chirpstack/${{ github.event.repository.name }}${{ matrix.database != 'postgres' && format('-{0}', matrix.database) || '' }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}