From 6bb69712b5a6fd7dfc9952d36cbdf4ee3d1c7e4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:44:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/build-push?= =?UTF-8?q?-action=20action=20to=20v6.19.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0ef8cac..a9d1e7c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: echo "from=${from}" >> "$GITHUB_OUTPUT" echo "${from}" - name: 🚀 Build - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 with: load: true tags: |