From b5c4b82d536501f7ec2025799ff031b796ae881d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:08:44 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/build-outline-role-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-outline-role-sync.yml b/.github/workflows/build-outline-role-sync.yml index 0759b85b2..34e27b776 100644 --- a/.github/workflows/build-outline-role-sync.yml +++ b/.github/workflows/build-outline-role-sync.yml @@ -72,7 +72,7 @@ jobs: type=raw,value=release,enable=${{ github.event_name == 'release' }} - name: Build and push image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ./services/outline-role-sync platforms: linux/amd64