From 3808168e9a9749fc88cc9c76c400b8435d61e074 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 21:37:39 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6.19.2 --- .github/workflows/a200.yaml | 4 ++-- .github/workflows/me-site.yaml | 4 ++-- .github/workflows/vk2tg.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/a200.yaml b/.github/workflows/a200.yaml index 19fa4f40..98f21d39 100644 --- a/.github/workflows/a200.yaml +++ b/.github/workflows/a200.yaml @@ -52,7 +52,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 if: github.ref == 'refs/heads/master' with: push: true @@ -62,7 +62,7 @@ jobs: tags: ${{ steps.docker_meta.outputs.tags }} - name: Build - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 if: github.ref == !'refs/heads/master' with: context: ./build/a200/ diff --git a/.github/workflows/me-site.yaml b/.github/workflows/me-site.yaml index 78d5b1eb..054358ad 100644 --- a/.github/workflows/me-site.yaml +++ b/.github/workflows/me-site.yaml @@ -58,7 +58,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 if: github.ref == 'refs/heads/master' with: context: . @@ -68,7 +68,7 @@ jobs: tags: ${{ steps.docker_meta.outputs.tags }} - name: Build - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 if: github.ref == !'refs/heads/master' with: context: . diff --git a/.github/workflows/vk2tg.yaml b/.github/workflows/vk2tg.yaml index 70cf8a78..e8bdef5e 100644 --- a/.github/workflows/vk2tg.yaml +++ b/.github/workflows/vk2tg.yaml @@ -58,7 +58,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 if: github.ref == 'refs/heads/master' with: push: true @@ -68,7 +68,7 @@ jobs: tags: ${{ steps.docker_meta.outputs.tags }} - name: Build - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 if: github.ref == !'refs/heads/master' with: context: .