Skip to content

Commit

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

---
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 Jul 2, 2024
1 parent df41aac commit 66170b5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
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@v5"
uses: "docker/build-push-action@v6"
with:
build-args: |
BASE_IMAGE=debian:buster-slim
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-glpi-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
with:
build-args: |
BASE_IMAGE=ghcr.io/glpi-project/githubactions-php-apache:${{ matrix.php-version }}
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@v5"
uses: "docker/build-push-action@v6"
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@v5"
uses: "docker/build-push-action@v6"
with:
build-args: |
BASE_IMAGE=alpine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubactions-php-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
with:
build-args: |
BASE_IMAGE=${{ matrix.base-image }}
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 @@ -50,7 +50,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
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 @@ -50,7 +50,7 @@ jobs:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
- name: "Build and push"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
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@v5"
uses: "docker/build-push-action@v6"
with:
build-args: |
BASE_IMAGE=redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/glpi-development-env.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@v5"
uses: "docker/build-push-action@v6"
with:
build-args: |
BASE_IMAGE=php:apache-bullseye
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@v5"
uses: "docker/build-push-action@v6"
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@v5"
uses: "docker/build-push-action@v6"
with:
cache-from: "type=gha"
cache-to: "type=gha,mode=max"
Expand Down

0 comments on commit 66170b5

Please sign in to comment.