File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
6868
6969 - name : Build and export to Docker (Node)
7070 uses : docker/build-push-action@v5
71- if : ${{ matrix.type }} == ''
71+ if : ${{ matrix.type == '' }}
7272 with :
7373 context : ${{ matrix.version }}-node${{ matrix.type }}
7474 load : true
7575 tags : kooldev/php:${{ matrix.version }}-node${{ matrix.type }}
7676
7777 - name : Tests (Node)
78- if : ${{ matrix.type }} == ''
78+ if : ${{ matrix.type == '' }}
7979 run : |
8080 docker run kooldev/php:${{ matrix.version }}-node${{ matrix.type }} node -v
8181 docker run kooldev/php:${{ matrix.version }}-node${{ matrix.type }} npm -v
@@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Build and push (Node)
108108 uses : docker/build-push-action@v5
109- if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php' && ${{ matrix.type }} == ''
109+ if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php' && ${{ matrix.type == '' }}
110110 with :
111111 context : ${{ matrix.version }}-node${{ matrix.type }}
112112 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments