Skip to content

Commit 28ed51f

Browse files
authored
Merge pull request #74 from kool-dev/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2 parents 01840ad + 09a5401 commit 28ed51f

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@v3
36+
uses: docker/build-push-action@v4
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@v3
54+
uses: docker/build-push-action@v4
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@v3
63+
uses: docker/build-push-action@v4
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@v3
84+
uses: docker/build-push-action@v4
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)