We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa56e0d commit 681bc3eCopy full SHA for 681bc3e
.github/workflows/setup-build.yaml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
name: ${{ matrix.config.name }}
40
base: ${{ matrix.config.base }}
41
- base: ${{ matrix.config.template || "Dockerfile.tmpl" }}
+ template: ${{ matrix.config.template || "Dockerfile.tmpl" }}
42
version: ${{ matrix.config.version }}
43
xdebug_version: ${{ matrix.config.xdebug_version }}
44
redis_version: ${{ matrix.config.redis_version }}
0 commit comments