From 1bbdd31eacb56212c468a0c266c9775c5d532b32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 17:45:21 +0000 Subject: [PATCH] Update docker/build-push-action digest to f9efed5 (#990) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_and_test.yaml | 2 +- .github/workflows/dockerbuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 17926a3..a7a8f3c 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -63,7 +63,7 @@ jobs: - name: Build and push Docker image if: steps.changed_files.outputs.any_modified == 'true' - uses: docker/build-push-action@91df6b874e498451163feb47610c87c4a218c1ee + uses: docker/build-push-action@f9efed53cc1b0364ba947400ac02042bbbaac7fc with: context: dockerbuild push: true diff --git a/.github/workflows/dockerbuild.yaml b/.github/workflows/dockerbuild.yaml index 39e172b..5b5031d 100644 --- a/.github/workflows/dockerbuild.yaml +++ b/.github/workflows/dockerbuild.yaml @@ -35,7 +35,7 @@ jobs: type=ref,event=branch - name: Build and push Docker image - uses: docker/build-push-action@91df6b874e498451163feb47610c87c4a218c1ee + uses: docker/build-push-action@f9efed53cc1b0364ba947400ac02042bbbaac7fc with: context: dockerbuild push: true