Skip to content

Commit 66ccf32

Browse files
committed
(wip)
1 parent ab7087f commit 66ccf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
DOCKER_BUILD_IMAP_VERSION: ${{ inputs.imap_version }}
6666
DOCKER_BUILD_PHP_ERRORS_ENABLED: ${{ inputs.php_erros_enabled && '1' || '0' }}
6767
run: |
68-
go-replace --mode=template ./${{ input.template }} -o ./Dockerfile
68+
go-replace --mode=template ./${{ inputs.template }} -o ./Dockerfile
6969
7070
- name: dump Dockerfile
7171
run: cat Dockerfile

0 commit comments

Comments
 (0)