From 8955eb838a02c87e11035e48bb461b858acd93b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:55:08 +0000 Subject: [PATCH] chore(deps): Bump docker/build-push-action in the all-actions group Bumps the all-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: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/manual-publish-image.yml | 2 +- .github/workflows/publish-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-publish-image.yml b/.github/workflows/manual-publish-image.yml index cbf97ff..fcbae0f 100644 --- a/.github/workflows/manual-publish-image.yml +++ b/.github/workflows/manual-publish-image.yml @@ -48,7 +48,7 @@ jobs: type=raw,value=${{ inputs.tag }} - name: Build and Push Image to ghcr.io - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: . diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 3614be4..dca8c36 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -44,7 +44,7 @@ jobs: type=sha - name: Build and Push Image to ghcr.io - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: .