From e7a2ae51737a90793873ca5f3057a469f6890eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:21:47 +0000 Subject: [PATCH] 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](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 ... Signed-off-by: dependabot[bot] --- .github/workflows/docker_gcr.yaml | 2 +- .github/workflows/docker_hub.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_gcr.yaml b/.github/workflows/docker_gcr.yaml index caeba95b..f177dd62 100644 --- a/.github/workflows/docker_gcr.yaml +++ b/.github/workflows/docker_gcr.yaml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Docker image to GitHub Container Registry - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: Dockerfile diff --git a/.github/workflows/docker_hub.yaml b/.github/workflows/docker_hub.yaml index 874ba16e..86acbd71 100644 --- a/.github/workflows/docker_hub.yaml +++ b/.github/workflows/docker_hub.yaml @@ -44,7 +44,7 @@ jobs: type=pep440,pattern={{ major }}.{{ minor }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: Dockerfile