Fix GitHub Actions pipeline

This commit is contained in:
Neil Alexander
2023-12-10 11:01:43 +00:00
parent 00775389b5
commit edf14c0d03

View File

@@ -32,4 +32,4 @@ jobs:
platforms: ${{ env.PLATFORMS }}
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/yggmail:${{ github.ref_name }}
ghcr.io/${{ github.repository_owner }}/yggmail:${{ github.ref_name == 'main' && 'latest' || github.ref_name }}