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