From 5914008b5d6e4196d2c5619d66ebd985f8c9492a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:13:17 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 0259cb0 (#117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 95af779..7877a1f 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -35,7 +35,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image id: push - uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a + uses: docker/build-push-action@0259cb088b9283926c6ffe4374b2a06a25c8c131 with: context: . push: true