Skip to content

Commit e225271

Browse files
authored
Merge pull request #103 from kool-dev/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 08685f8 + f7be183 commit e225271

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.DOCKER_PASSWORD }}
3434

3535
- name: Build and export to Docker
36-
uses: docker/build-push-action@v5
36+
uses: docker/build-push-action@v6
3737
with:
3838
context: ${{ matrix.version }}${{ matrix.type }}
3939
load: true
@@ -51,7 +51,7 @@ jobs:
5151
docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}${{ matrix.type }} php -m
5252
5353
- name: Build and push
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
5656
with:
5757
context: ${{ matrix.version }}${{ matrix.type }}
@@ -60,14 +60,14 @@ jobs:
6060
tags: kooldev/php:${{ matrix.version }}${{ matrix.type }}
6161

6262
- name: Build and export to Docker (nginx)
63-
uses: docker/build-push-action@v5
63+
uses: docker/build-push-action@v6
6464
with:
6565
context: ${{ matrix.version }}-nginx${{ matrix.type }}
6666
load: true
6767
tags: kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }}
6868

6969
- name: Build and export to Docker (Node)
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
if: matrix.type == ''
7272
with:
7373
context: ${{ matrix.version }}-node${{ matrix.type }}
@@ -96,7 +96,7 @@ jobs:
9696
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
9797
9898
- name: Build and push (nginx)
99-
uses: docker/build-push-action@v5
99+
uses: docker/build-push-action@v6
100100
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
101101
with:
102102
context: ${{ matrix.version }}-nginx${{ matrix.type }}
@@ -105,7 +105,7 @@ jobs:
105105
tags: kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }}
106106

107107
- name: Build and push (Node)
108-
uses: docker/build-push-action@v5
108+
uses: docker/build-push-action@v6
109109
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php' && matrix.type == ''
110110
with:
111111
context: ${{ matrix.version }}-node${{ matrix.type }}

0 commit comments

Comments
 (0)