Skip to content

Commit 66170b5

Browse files
dependabot[bot]cedric-anne
authored andcommitted
Bump docker/build-push-action from 5 to 6
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]>
1 parent df41aac commit 66170b5

12 files changed

+12
-12
lines changed

.github/workflows/githubactions-db.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
username: "${{ secrets.GHCR_USERNAME }}"
6161
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
6262
- name: "Build and push"
63-
uses: "docker/build-push-action@v5"
63+
uses: "docker/build-push-action@v6"
6464
with:
6565
build-args: |
6666
BASE_IMAGE=${{ matrix.image }}:${{ matrix.version }}

.github/workflows/githubactions-dovecot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: "${{ secrets.GHCR_USERNAME }}"
4444
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
4545
- name: "Build and push"
46-
uses: "docker/build-push-action@v5"
46+
uses: "docker/build-push-action@v6"
4747
with:
4848
build-args: |
4949
BASE_IMAGE=debian:buster-slim

.github/workflows/githubactions-glpi-apache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
username: "${{ secrets.GHCR_USERNAME }}"
5555
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
5656
- name: "Build and push"
57-
uses: "docker/build-push-action@v5"
57+
uses: "docker/build-push-action@v6"
5858
with:
5959
build-args: |
6060
BASE_IMAGE=ghcr.io/glpi-project/githubactions-php-apache:${{ matrix.php-version }}

.github/workflows/githubactions-memcached.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: "${{ secrets.GHCR_USERNAME }}"
4444
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
4545
- name: "Build and push"
46-
uses: "docker/build-push-action@v5"
46+
uses: "docker/build-push-action@v6"
4747
with:
4848
build-args: |
4949
BASE_IMAGE=memcached

.github/workflows/githubactions-openldap.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: "${{ secrets.GHCR_USERNAME }}"
4444
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
4545
- name: "Build and push"
46-
uses: "docker/build-push-action@v5"
46+
uses: "docker/build-push-action@v6"
4747
with:
4848
build-args: |
4949
BASE_IMAGE=alpine

.github/workflows/githubactions-php-apache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
username: "${{ secrets.GHCR_USERNAME }}"
5151
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
5252
- name: "Build and push"
53-
uses: "docker/build-push-action@v5"
53+
uses: "docker/build-push-action@v6"
5454
with:
5555
build-args: |
5656
BASE_IMAGE=${{ matrix.base-image }}

.github/workflows/githubactions-php-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
username: "${{ secrets.GHCR_USERNAME }}"
5151
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
5252
- name: "Build and push"
53-
uses: "docker/build-push-action@v5"
53+
uses: "docker/build-push-action@v6"
5454
with:
5555
build-args: |
5656
BASE_IMAGE=ghcr.io/glpi-project/githubactions-php:${{ matrix.php-version }}

.github/workflows/githubactions-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
username: "${{ secrets.GHCR_USERNAME }}"
5151
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
5252
- name: "Build and push"
53-
uses: "docker/build-push-action@v5"
53+
uses: "docker/build-push-action@v6"
5454
with:
5555
build-args: |
5656
BASE_IMAGE=${{ matrix.base-image }}

.github/workflows/githubactions-redis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: "${{ secrets.GHCR_USERNAME }}"
4444
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
4545
- name: "Build and push"
46-
uses: "docker/build-push-action@v5"
46+
uses: "docker/build-push-action@v6"
4747
with:
4848
build-args: |
4949
BASE_IMAGE=redis

.github/workflows/glpi-development-env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: "${{ secrets.GHCR_USERNAME }}"
4444
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
4545
- name: "Build and push"
46-
uses: "docker/build-push-action@v5"
46+
uses: "docker/build-push-action@v6"
4747
with:
4848
build-args: |
4949
BASE_IMAGE=php:apache-bullseye

.github/workflows/glpi-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
username: "${{ secrets.GHCR_USERNAME }}"
5858
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
5959
- name: "Build and push"
60-
uses: "docker/build-push-action@v5"
60+
uses: "docker/build-push-action@v6"
6161
with:
6262
build-args: |
6363
BUILDER_IMAGE=php:${{ matrix.php-version }}-cli-alpine

.github/workflows/plugin-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: "${{ secrets.GHCR_USERNAME }}"
4444
password: "${{ secrets.GHCR_ACCESS_TOKEN }}"
4545
- name: "Build and push"
46-
uses: "docker/build-push-action@v5"
46+
uses: "docker/build-push-action@v6"
4747
with:
4848
cache-from: "type=gha"
4949
cache-to: "type=gha,mode=max"

0 commit comments

Comments
 (0)