From 366802894c13bdd3ad10f630e5f81debbda8017c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:13:59 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.19.0 --- .github/workflows/build-image-on-push.yml | 2 +- .github/workflows/update-image-on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image-on-push.yml b/.github/workflows/build-image-on-push.yml index 924a86f..e231b42 100644 --- a/.github/workflows/build-image-on-push.yml +++ b/.github/workflows/build-image-on-push.yml @@ -44,7 +44,7 @@ jobs: - name: Test build of image id: build - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.0 with: push: false load: true diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index baeeff5..c52e5b2 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v6 - name: Build and and push by digest - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.0 id: build with: outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true