Skip to content

Commit 5dab94f

Browse files
committed
Workflow formatting
1 parent 77c7591 commit 5dab94f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dockerimage.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: "**"
6-
tags: "**"
5+
branches: '**'
6+
tags: '**'
77
schedule:
8-
- cron: 0 0 * * 6
8+
- cron: 0 0 * * 6
99

1010
jobs:
1111
build:
@@ -21,7 +21,8 @@ jobs:
2121
id: meta
2222
uses: crazy-max/ghaction-docker-meta@v2
2323
with:
24-
images: laradock/php-fpm
24+
images:
25+
laradock/php-fpm
2526
flavor: |
2627
suffix=-${{ matrix.php_version }}
2728
tags: |

0 commit comments

Comments
 (0)