fix: add missing pipe "|" to begin multi-line YAML string

This commit is contained in:
Paolo Cuffiani
2022-04-22 14:39:19 +02:00
parent 0a9b159ea5
commit e66b296911
+1 -1
View File
@@ -110,7 +110,7 @@ jobs:
context: .
build-args: |
BASE_IMAGE=php:${{ matrix.version }}${{ matrix.flavor }}
tags:
tags: |
chialab/php:${{ matrix.version }}${{ matrix.flavor }}
ghcr.io/chialab/php:${{ matrix.version }}${{ matrix.flavor }}
push: true