Update GHA Docker pipeline

This commit is contained in:
Neil Alexander
2023-12-08 22:53:10 +00:00
parent 5e04a55268
commit 6a01f23de9

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 }}