diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index d1ce808..0358e91 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -50,7 +50,7 @@ jobs: - name: Build and Push Docker Image id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: ./supabase/functions