From b03d9ac8efb7115347aad3535b24f23e623daf4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:36:17 +1000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 in the all-dependencies group (#8) Bumps the all-dependencies 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: all-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/container-image-push-selfhosted.yaml | 2 +- .github/workflows/container-image-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-image-push-selfhosted.yaml b/.github/workflows/container-image-push-selfhosted.yaml index 15e2635..09b71a9 100644 --- a/.github/workflows/container-image-push-selfhosted.yaml +++ b/.github/workflows/container-image-push-selfhosted.yaml @@ -47,7 +47,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/container-image-push.yaml b/.github/workflows/container-image-push.yaml index 430af7e..c08decf 100644 --- a/.github/workflows/container-image-push.yaml +++ b/.github/workflows/container-image-push.yaml @@ -45,7 +45,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true