Skip to content

Commit

Permalink
Merge pull request #84 from kool-dev/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
fabriciojs authored Oct 22, 2023
2 parents 28ed51f + 852ac76 commit f099074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.version }}${{ matrix.type }}
load: true
Expand All @@ -51,7 +51,7 @@ jobs:
docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}${{ matrix.type }} php -m
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
with:
context: ${{ matrix.version }}${{ matrix.type }}
Expand All @@ -60,7 +60,7 @@ jobs:
tags: kooldev/php:${{ matrix.version }}${{ matrix.type }}

- name: Build and export to Docker (nginx)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.version }}-nginx${{ matrix.type }}
load: true
Expand All @@ -81,7 +81,7 @@ jobs:
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
- name: Build and push (nginx)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
with:
context: ${{ matrix.version }}-nginx${{ matrix.type }}
Expand Down

0 comments on commit f099074

Please sign in to comment.