mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-04-23 18:46:28 +03:00
Fix GitHub Actions pipeline
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user