Fix GitHub Actions pipeline
This commit is contained in:
parent
00775389b5
commit
edf14c0d03
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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user