Skip to content

Commit

Permalink
Fix Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed Dec 9, 2023
1 parent fa620aa commit df82144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
tags: |
${{ github.ref == 'refs/heads/next' && 'next' || '' }}
${{ startsWith(github.ref, 'refs/tags/v') && github.ref_name || '' }}
${{ startsWith(github.ref, 'refs/tags/v') && 'latest' || '' }}
${{ startsWith(github.ref, 'refs/tags/v') && 'latest' }}
if: github.ref == 'refs/heads/next' || startsWith(github.ref, 'refs/tags/v')

0 comments on commit df82144

Please sign in to comment.