From a81e653ec7e910e700f381b87b04ce579a3771e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:12:12 +0000 Subject: [PATCH] build(deps): 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/push-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-docker.yml b/.github/workflows/push-docker.yml index f4e2570be2..9b4a26c156 100644 --- a/.github/workflows/push-docker.yml +++ b/.github/workflows/push-docker.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push the latest version - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.event_name != 'release' with: context: . @@ -59,7 +59,7 @@ jobs: cache-to: type=gha,mode=max - name: Build and push the released version - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.event_name == 'release' with: context: .