Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombg committed Oct 12, 2024
1 parent 3c40802 commit 7ca5f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- flexiefae
env:
- IMAGEVER: ${{ github.ref_name == 'master' && 'latest' || 'experimental' }}
IMAGEVER: ${{ github.ref_name == 'master' && 'latest' || 'experimental' }}

jobs:
build-and-push:
Expand Down

0 comments on commit 7ca5f7f

Please sign in to comment.