Skip to content

Commit f099074

Browse files
authored
Merge pull request #84 from kool-dev/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents 28ed51f + 852ac76 commit f099074

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 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@v4
36+
uses: docker/build-push-action@v5
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@v4
54+
uses: docker/build-push-action@v5
5555
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
5656
with:
5757
context: ${{ matrix.version }}${{ matrix.type }}
@@ -60,7 +60,7 @@ jobs:
6060
tags: kooldev/php:${{ matrix.version }}${{ matrix.type }}
6161

6262
- name: Build and export to Docker (nginx)
63-
uses: docker/build-push-action@v4
63+
uses: docker/build-push-action@v5
6464
with:
6565
context: ${{ matrix.version }}-nginx${{ matrix.type }}
6666
load: true
@@ -81,7 +81,7 @@ jobs:
8181
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
8282
8383
- name: Build and push (nginx)
84-
uses: docker/build-push-action@v4
84+
uses: docker/build-push-action@v5
8585
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
8686
with:
8787
context: ${{ matrix.version }}-nginx${{ matrix.type }}

0 commit comments

Comments
 (0)