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