From 9925a8d336e1f1a10967246a59a045fc92f76c64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:49:14 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.16.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 4ea5959..2bdfb30 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.15.0 + uses: docker/build-push-action@v6.16.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 0debff7..5e0ab1e 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@v4 - name: Build and and push by digest - uses: docker/build-push-action@v6.15.0 + uses: docker/build-push-action@v6.16.0 id: build with: outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true