Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cedric-anne committed Oct 2, 2023
1 parent ec635f0 commit d425968
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
build-args: |
BASE_IMAGE=${{ matrix.image }}:${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-dovecot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
build-args: |
BASE_IMAGE=debian:buster-slim
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-memcached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
build-args: |
BASE_IMAGE=memcached
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-openldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
build-args: |
BASE_IMAGE=alpine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-php-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
build-args: |
BASE_IMAGE=ghcr.io/glpi-project/githubactions-php:${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
build-args: |
BASE_IMAGE=${{ matrix.base-image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
build-args: |
BASE_IMAGE=redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/glpi-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
build-args: |
BUILDER_IMAGE=php:${{ matrix.php-version }}-cli-alpine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v4"
uses: "docker/build-push-action@v5"
with:
cache-from: "type=gha"
cache-to: "type=gha,mode=max"
Expand Down

0 comments on commit d425968

Please sign in to comment.