From 4dac9e975dfc7bcb0bddf797e1a54d8a21b9fe10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 05:49:34 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 in the docker-actions group Bumps the docker-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 205c526..ec43b0d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,7 +37,7 @@ jobs: username: hussainweb password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image for PHP ${{ matrix.php_version }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.DOCKERFILE_DIR }}/debian/ push: ${{ github.event_name != 'pull_request' }}