Skip to content

Commit fb894f4

Browse files
authored
Update docker-push.yml
* path-ignore README.md * add unit v1.29.1
1 parent 7e26874 commit fb894f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-push.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
name: Docker Build/Push
1+
name: Docker Publish
22

33
on:
44
push:
55
branches:
66
- 'main'
7+
paths-ignore:
8+
- '**/README.md'
79

810
jobs:
911
docker:
1012
runs-on: ubuntu-latest
1113
strategy:
1214
matrix:
1315
php: ['8.2']
14-
unit: ['1.30.0']
16+
unit: ['1.30.0', '1.29.1']
1517
name: PHP ${{ matrix.php }} - Unit ${{ matrix.unit }}
1618
steps:
1719
-

0 commit comments

Comments
 (0)