Skip to content

Commit

Permalink
No additional tag if latest is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 6, 2024
1 parent 21c41d6 commit 9de84a7
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 @@ -46,4 +46,4 @@ jobs:
tags: |
ghcr.io/tweedegolf/debian:${{matrix.version}}
ghcr.io/tweedegolf/debian:${{matrix.alt}}
${{ matrix.latest && 'ghcr.io/tweedegolf/debian:latest' }}
${{ matrix.latest && 'ghcr.io/tweedegolf/debian:latest' || '' }}

0 comments on commit 9de84a7

Please sign in to comment.