Skip to content

Commit 91f6d8e

Browse files
committed
update ci
1 parent 092d0fe commit 91f6d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
file: Dockerfile-${{ matrix.php_version }}
3939
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
40-
push: ${{ (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
40+
push: (${{ (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }})
4141
tags: laradock/php-fpm:${{ env.TAG_PREFIX }}-${{ matrix.php_version }}
4242

4343
- name: check

0 commit comments

Comments
 (0)