From d16d32098fc3ac4d6f0d7bf3a69c0cea17ca80ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:04:57 +0000 Subject: [PATCH] Update docker/build-push-action digest to 00ae31a --- .github/workflows/build-backend.yaml | 2 +- .github/workflows/build-frontend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-backend.yaml b/.github/workflows/build-backend.yaml index 2a42247..082d512 100644 --- a/.github/workflows/build-backend.yaml +++ b/.github/workflows/build-backend.yaml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@b3eddbb94c4146a0988a620b01720afe50639271 + uses: docker/build-push-action@00ae31ab6ef216583e63647d8865f52da6b99a13 with: context: ./backend file: backend/Dockerfile diff --git a/.github/workflows/build-frontend.yaml b/.github/workflows/build-frontend.yaml index 3cb0cca..37644b8 100644 --- a/.github/workflows/build-frontend.yaml +++ b/.github/workflows/build-frontend.yaml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@b3eddbb94c4146a0988a620b01720afe50639271 + uses: docker/build-push-action@00ae31ab6ef216583e63647d8865f52da6b99a13 with: context: . file: Dockerfile