Fix GitHub Actions pipeline

This commit is contained in:
Neil Alexander 2023-12-10 11:01:43 +00:00
parent 00775389b5
commit edf14c0d03
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

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