From 9b40626b7789c4295072b20fcbcab9aeea503f33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:39:34 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7440f25..992f1d4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,7 @@ jobs: - name: Build & Push docker image id: build_docker - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v7 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -64,7 +64,7 @@ jobs: - name: Push docker image release id: push_docker_release if: github.ref == 'refs/heads/master' - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v7 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}