From 2ccd8c70bf1ce5e38f21492c91d5689895e6884c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:43:15 +0000 Subject: [PATCH] Update docker/build-push-action digest to 5e99dac --- .github/workflows/docker-ci.yml | 2 +- .github/workflows/docker-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index d8d8845..c971c1e 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -52,7 +52,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a with: context: . load: true diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c4e7dcd..17adab6 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -63,7 +63,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a with: context: . push: true