Skip to content

Commit

Permalink
Fix GitHub Actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Dec 10, 2023
1 parent 0077538 commit edf14c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit edf14c0

Please sign in to comment.