mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-07 12:26:30 +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 }}
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user