replace $\{\{ \}\}
with format()
since we are already in a statement
This commit is contained in:
2
.github/workflows/wine.yml
vendored
2
.github/workflows/wine.yml
vendored
@@ -41,4 +41,4 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/yolks:wine_${{ matrix.tag }}
|
||||
${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/yolks:wine_${{ matrix.tag }}' || '' }}
|
||||
${{ github.repository_owner == 'pelican-eggs' && format('ghcr.io/parkervcp/yolks:wine_{0}', matrix.tag) || '' }}
|
||||
|
Reference in New Issue
Block a user