From ed87b100415c163b55e562fd0921d6248238bb1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:32:51 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to e44afff --- .github/workflows/oci-build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oci-build-image.yml b/.github/workflows/oci-build-image.yml index 6c4d9e3..88a4377 100644 --- a/.github/workflows/oci-build-image.yml +++ b/.github/workflows/oci-build-image.yml @@ -146,7 +146,7 @@ jobs: - name: Build Docker image id: build timeout-minutes: 25 - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@e44afff3590e1d4f93b6adc72376512edb012a7c with: context: ${{ inputs.context }} load: true @@ -180,7 +180,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || inputs.push_in_pr }} id: push timeout-minutes: 60 - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@e44afff3590e1d4f93b6adc72376512edb012a7c with: context: ${{ inputs.context }} builder: ${{ steps.buildx.outputs.name }}