Skip to content

Commit 09a5401

Browse files
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e18825d commit 09a5401

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
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.DOCKER_PASSWORD }}
3030

3131
- name: Build and export to Docker
32-
uses: docker/build-push-action@v3
32+
uses: docker/build-push-action@v4
3333
with:
3434
context: ${{ matrix.version }}${{ matrix.type }}
3535
load: true
@@ -47,7 +47,7 @@ jobs:
4747
docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}${{ matrix.type }} php -m
4848
4949
- name: Build and push
50-
uses: docker/build-push-action@v3
50+
uses: docker/build-push-action@v4
5151
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
5252
with:
5353
context: ${{ matrix.version }}${{ matrix.type }}
@@ -56,7 +56,7 @@ jobs:
5656
tags: kooldev/php:${{ matrix.version }}${{ matrix.type }}
5757

5858
- name: Build and export to Docker (nginx)
59-
uses: docker/build-push-action@v3
59+
uses: docker/build-push-action@v4
6060
with:
6161
context: ${{ matrix.version }}-nginx${{ matrix.type }}
6262
load: true
@@ -77,7 +77,7 @@ jobs:
7777
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
7878
7979
- name: Build and push (nginx)
80-
uses: docker/build-push-action@v3
80+
uses: docker/build-push-action@v4
8181
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
8282
with:
8383
context: ${{ matrix.version }}-nginx${{ matrix.type }}

0 commit comments

Comments
 (0)