From 827cdf5cc3d1fd9dc4767723ef582b207048d750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:06:41 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 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](https://github.com/docker/build-push-action/compare/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] --- .github/workflows/githubactions-db.yml | 2 +- .github/workflows/githubactions-dovecot.yml | 2 +- .github/workflows/githubactions-memcached.yml | 2 +- .github/workflows/githubactions-openldap.yml | 2 +- .github/workflows/githubactions-php-coverage.yml | 2 +- .github/workflows/githubactions-php.yml | 2 +- .github/workflows/githubactions-redis.yml | 2 +- .github/workflows/glpi-nightly.yml | 2 +- .github/workflows/plugin-builder.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/githubactions-db.yml b/.github/workflows/githubactions-db.yml index 445d326..7982d7e 100644 --- a/.github/workflows/githubactions-db.yml +++ b/.github/workflows/githubactions-db.yml @@ -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 }} diff --git a/.github/workflows/githubactions-dovecot.yml b/.github/workflows/githubactions-dovecot.yml index 9d43044..c558a6e 100644 --- a/.github/workflows/githubactions-dovecot.yml +++ b/.github/workflows/githubactions-dovecot.yml @@ -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 diff --git a/.github/workflows/githubactions-memcached.yml b/.github/workflows/githubactions-memcached.yml index 30021d8..85689f2 100644 --- a/.github/workflows/githubactions-memcached.yml +++ b/.github/workflows/githubactions-memcached.yml @@ -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 diff --git a/.github/workflows/githubactions-openldap.yml b/.github/workflows/githubactions-openldap.yml index a8c39c5..8912ccc 100644 --- a/.github/workflows/githubactions-openldap.yml +++ b/.github/workflows/githubactions-openldap.yml @@ -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 diff --git a/.github/workflows/githubactions-php-coverage.yml b/.github/workflows/githubactions-php-coverage.yml index 43a5b11..7e0fc68 100644 --- a/.github/workflows/githubactions-php-coverage.yml +++ b/.github/workflows/githubactions-php-coverage.yml @@ -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 }} diff --git a/.github/workflows/githubactions-php.yml b/.github/workflows/githubactions-php.yml index e2e6a67..46c2789 100644 --- a/.github/workflows/githubactions-php.yml +++ b/.github/workflows/githubactions-php.yml @@ -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 }} diff --git a/.github/workflows/githubactions-redis.yml b/.github/workflows/githubactions-redis.yml index 8367649..38d9935 100644 --- a/.github/workflows/githubactions-redis.yml +++ b/.github/workflows/githubactions-redis.yml @@ -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 diff --git a/.github/workflows/glpi-nightly.yml b/.github/workflows/glpi-nightly.yml index 423e0f2..1e8122e 100644 --- a/.github/workflows/glpi-nightly.yml +++ b/.github/workflows/glpi-nightly.yml @@ -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 diff --git a/.github/workflows/plugin-builder.yml b/.github/workflows/plugin-builder.yml index c7fac47..cfb3311 100644 --- a/.github/workflows/plugin-builder.yml +++ b/.github/workflows/plugin-builder.yml @@ -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"