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 ab7087f commit 66ccf32Copy full SHA for 66ccf32
.github/workflows/docker-build.yaml
@@ -65,7 +65,7 @@ jobs:
65
DOCKER_BUILD_IMAP_VERSION: ${{ inputs.imap_version }}
66
DOCKER_BUILD_PHP_ERRORS_ENABLED: ${{ inputs.php_erros_enabled && '1' || '0' }}
67
run: |
68
- go-replace --mode=template ./${{ input.template }} -o ./Dockerfile
+ go-replace --mode=template ./${{ inputs.template }} -o ./Dockerfile
69
70
- name: dump Dockerfile
71
run: cat Dockerfile
0 commit comments