From e9d6fa535a004bebf685b3c7a3695febce8a5e00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:30:55 +0000 Subject: [PATCH] Update docker/build-push-action action from v6 to v7 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 752fcf9..139d8bc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -56,7 +56,7 @@ jobs: - name: 'Build and push Docker container' if: ${{ github.event_name == 'push' }} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: devoxa/mock-s3:latest