From e5cfc982a25902a4cfd4d2f848857a07ab503343 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:58:28 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37c35fa..17310db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Build & Push docker image id: build_docker - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v7 with: build-args: | ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }} @@ -61,7 +61,7 @@ jobs: - name: Push docker image release id: push_docker_release if: github.ref == 'refs/heads/main' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v7 with: build-args: | ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }}