From ec726f880b2f349e9f0b50b9ba7a7845463ac650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:03:47 +0000 Subject: [PATCH] Update docker/build-push-action digest to ca877d9 --- .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 cf7312f..98428ed 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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 with: context: ./backend file: backend/Dockerfile diff --git a/.github/workflows/build-frontend.yaml b/.github/workflows/build-frontend.yaml index ef893a2..0ba643b 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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 with: context: . file: Dockerfile