mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
fix: add missing pipe "|" to begin multi-line YAML string
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user